aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpreviewscript.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llpreviewscript.h')
-rw-r--r--linden/indra/newview/llpreviewscript.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/linden/indra/newview/llpreviewscript.h b/linden/indra/newview/llpreviewscript.h
index fc9ba4b..0d5c300 100644
--- a/linden/indra/newview/llpreviewscript.h
+++ b/linden/indra/newview/llpreviewscript.h
@@ -50,7 +50,6 @@ class LLScrollListCtrl;
50class LLViewerObject; 50class LLViewerObject;
51struct LLEntryAndEdCore; 51struct LLEntryAndEdCore;
52class LLMenuBarGL; 52class LLMenuBarGL;
53class LLFloaterScriptSearch;
54class LLKeywordToken; 53class LLKeywordToken;
55 54
56// Inner, implementation class. LLPreviewScript and LLLiveLSLEditor each own one of these. 55// Inner, implementation class. LLPreviewScript and LLLiveLSLEditor each own one of these.
@@ -59,7 +58,6 @@ class LLScriptEdCore : public LLPanel
59 friend class LLPreviewScript; 58 friend class LLPreviewScript;
60 friend class LLPreviewLSL; 59 friend class LLPreviewLSL;
61 friend class LLLiveLSLEditor; 60 friend class LLLiveLSLEditor;
62 friend class LLFloaterScriptSearch;
63 61
64public: 62public:
65 LLScriptEdCore( 63 LLScriptEdCore(
@@ -196,6 +194,7 @@ protected:
196 static void onSaveBytecodeComplete(const LLUUID& asset_uuid, void* user_data, S32 status, LLExtStat ext_status); 194 static void onSaveBytecodeComplete(const LLUUID& asset_uuid, void* user_data, S32 status, LLExtStat ext_status);
197public: 195public:
198 static LLPreviewLSL* getInstance(const LLUUID& uuid); 196 static LLPreviewLSL* getInstance(const LLUUID& uuid);
197 LLTextEditor* getEditor() { return mScriptEd->mEditor; }
199protected: 198protected:
200 static void* createScriptEdPanel(void* userdata); 199 static void* createScriptEdPanel(void* userdata);
201 200