diff options
author | dolphin <dolphin@lindenlab.com> | 2013-05-20 22:54:05 -0700 |
---|---|---|
committer | dolphin <dolphin@lindenlab.com> | 2013-05-20 22:54:05 -0700 |
commit | 3d45290f8511e435f4a5bd03e485eb3b1758a332 (patch) | |
tree | 1f3928bfedb10fcf79bfac91e5c0b4292c6666fb /indra/newview/llpreviewscript.cpp | |
parent | 10c2758a057b7287894acbaf909b21b7fc656c06 (diff) |
changing cast for the mac build
Diffstat (limited to 'indra/newview/llpreviewscript.cpp')
-rwxr-xr-x | indra/newview/llpreviewscript.cpp | 2 |
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 ) |