summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterscriptedprefs.h
diff options
context:
space:
mode:
authorCinder <cinder.roxley@phoenixviewer.com>2014-05-16 09:27:37 -0600
committerCinder <cinder.roxley@phoenixviewer.com>2014-05-16 09:27:37 -0600
commitf697eb375e3b72f9b57cd5071552035c82bb3f0c (patch)
tree3c14b76fc1605607440cd4556908e37e481b68db /indra/newview/llfloaterscriptedprefs.h
parent5850397c52bbc184584de6bb3e6d33bfb8abc5d7 (diff)
Update syntax coloring in the preview script on the fly.
Diffstat (limited to 'indra/newview/llfloaterscriptedprefs.h')
-rw-r--r--indra/newview/llfloaterscriptedprefs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llfloaterscriptedprefs.h b/indra/newview/llfloaterscriptedprefs.h
index 765db75abc..31df897aac 100644
--- a/indra/newview/llfloaterscriptedprefs.h
+++ b/indra/newview/llfloaterscriptedprefs.h
@@ -30,6 +30,7 @@
#include "llfloater.h"
+class LLScriptEditor;
class LLUICtrl;
class LLFloaterScriptEdPrefs : public LLFloater
@@ -43,6 +44,8 @@ private:
void applyUIColor(LLUICtrl* ctrl, const LLSD& param);
void getUIColor(LLUICtrl* ctrl, const LLSD& param);
+
+ LLScriptEditor* mEditor;
};
#endif // LL_FLOATERSCRIPTEDPREFS_H