summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xindra/newview/llpreviewscript.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpreviewscript.cpp b/indra/newview/llpreviewscript.cpp
index 0d7a8678a1..7c1b83dfa9 100755
--- a/indra/newview/llpreviewscript.cpp
+++ b/indra/newview/llpreviewscript.cpp
@@ -1300,7 +1300,7 @@ void LLScriptEdCore::clearExperiences()
LLUUID LLScriptEdCore::getSelectedExperience()const
{
- return (LLUUID)mExperiences->getSelectedValue();
+ return mExperiences->getSelectedValue().asUUID();
}
void LLScriptEdCore::setAssociatedExperience( const LLUUID& experience_id )