From 3d45290f8511e435f4a5bd03e485eb3b1758a332 Mon Sep 17 00:00:00 2001
From: dolphin <dolphin@lindenlab.com>
Date: Mon, 20 May 2013 22:54:05 -0700
Subject: [PATCH] changing cast for the mac build

---
 indra/newview/llpreviewscript.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/newview/llpreviewscript.cpp b/indra/newview/llpreviewscript.cpp
index 0d7a8678a19..7c1b83dfa9d 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 )
-- 
GitLab