summaryrefslogtreecommitdiff
path: root/indra/newview/llpreviewscript.cpp
diff options
context:
space:
mode:
authordolphin <dolphin@lindenlab.com>2013-05-20 22:54:05 -0700
committerdolphin <dolphin@lindenlab.com>2013-05-20 22:54:05 -0700
commit3d45290f8511e435f4a5bd03e485eb3b1758a332 (patch)
tree1f3928bfedb10fcf79bfac91e5c0b4292c6666fb /indra/newview/llpreviewscript.cpp
parent10c2758a057b7287894acbaf909b21b7fc656c06 (diff)
changing cast for the mac build
Diffstat (limited to 'indra/newview/llpreviewscript.cpp')
-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 )