diff options
Diffstat (limited to 'linden/indra/newview/llpreviewscript.h')
-rw-r--r-- | linden/indra/newview/llpreviewscript.h | 3 |
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; | |||
50 | class LLViewerObject; | 50 | class LLViewerObject; |
51 | struct LLEntryAndEdCore; | 51 | struct LLEntryAndEdCore; |
52 | class LLMenuBarGL; | 52 | class LLMenuBarGL; |
53 | class LLFloaterScriptSearch; | ||
54 | class LLKeywordToken; | 53 | class 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 | ||
64 | public: | 62 | public: |
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); |
197 | public: | 195 | public: |
198 | static LLPreviewLSL* getInstance(const LLUUID& uuid); | 196 | static LLPreviewLSL* getInstance(const LLUUID& uuid); |
197 | LLTextEditor* getEditor() { return mScriptEd->mEditor; } | ||
199 | protected: | 198 | protected: |
200 | static void* createScriptEdPanel(void* userdata); | 199 | static void* createScriptEdPanel(void* userdata); |
201 | 200 | ||