From f9bbf9e30a24bb873252cd5f0dfe7dadeb7b4b22 Mon Sep 17 00:00:00 2001 From: Cinder Date: Tue, 13 May 2014 10:16:03 -0600 Subject: STORM-2028 - Show context menu in script editor --- indra/newview/llscripteditor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/llscripteditor.h') diff --git a/indra/newview/llscripteditor.h b/indra/newview/llscripteditor.h index 86c915d6a0..d3e18021f9 100644 --- a/indra/newview/llscripteditor.h +++ b/indra/newview/llscripteditor.h @@ -32,7 +32,6 @@ class LLScriptEditor : public LLTextEditor { - friend class LLUICtrlFactory; public: struct Params : public LLInitParam::Block @@ -48,6 +47,7 @@ public: LLKeywords::keyword_iterator_t keywordsEnd() { return mKeywords.end(); } protected: + friend class LLUICtrlFactory; LLScriptEditor(const Params& p); private: -- cgit v1.2.3