summaryrefslogtreecommitdiff
path: root/indra/newview/llpreviewscript.h
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2013-11-18 13:51:24 -0500
committerOz Linden <oz@lindenlab.com>2013-11-18 13:51:24 -0500
commit7f39d0472e1f0d0e929d4af6b2dadf472173f022 (patch)
tree1dd9f6229d5fc78a011f528ec25aee33f339cb3b /indra/newview/llpreviewscript.h
parentebc9bcbf69f7a519677a6522979a6bf6cbb04bb8 (diff)
parent6b451ffdd6b1c75bd363864e48fbcf9b045dbd67 (diff)
merge changes for STORM-1831
Diffstat (limited to 'indra/newview/llpreviewscript.h')
-rwxr-xr-xindra/newview/llpreviewscript.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llpreviewscript.h b/indra/newview/llpreviewscript.h
index 9fb0a4fb63..2dd5a1b6a7 100755
--- a/indra/newview/llpreviewscript.h
+++ b/indra/newview/llpreviewscript.h
@@ -35,6 +35,7 @@
#include "lliconctrl.h"
#include "llframetimer.h"
#include "llfloatergotoline.h"
+#include "llsyntaxid.h"
class LLLiveLSLFile;
class LLMessageSystem;
@@ -77,6 +78,7 @@ public:
~LLScriptEdCore();
void initMenu();
+ void onRegionChangeInitialiseKeywords();
virtual void draw();
/*virtual*/ BOOL postBuild();
@@ -149,6 +151,7 @@ private:
BOOL mEnableSave;
BOOL mHasScriptData;
LLLiveLSLFile* mLiveFile;
+ LLSyntaxIdLSL mSyntaxIdLSL;
LLScriptEdContainer* mContainer; // parent view
};