diff options
author | Cinder <cinder.roxley@phoenixviewer.com> | 2014-05-13 10:16:03 -0600 |
---|---|---|
committer | Cinder <cinder.roxley@phoenixviewer.com> | 2014-05-13 10:16:03 -0600 |
commit | f9bbf9e30a24bb873252cd5f0dfe7dadeb7b4b22 (patch) | |
tree | e784ec64977f8b79fa3be0bf6c976d1eb28c7e3e /indra/newview/llscripteditor.h | |
parent | 82cd99d6eb1fbe57e80f54ece6f740c520c7b78a (diff) |
STORM-2028 - Show context menu in script editor
Diffstat (limited to 'indra/newview/llscripteditor.h')
-rw-r--r-- | indra/newview/llscripteditor.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<Params, LLTextEditor::Params> @@ -48,6 +47,7 @@ public: LLKeywords::keyword_iterator_t keywordsEnd() { return mKeywords.end(); } protected: + friend class LLUICtrlFactory; LLScriptEditor(const Params& p); private: |