diff options
author | Merov Linden <merov@lindenlab.com> | 2013-04-02 17:11:07 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2013-04-02 17:11:07 -0700 |
commit | e09959df0d51eb8f4d37719d2753d2016390b25b (patch) | |
tree | 98277fcb8f77abe5d8aaee97472ce49575ef0a7b /indra/newview/llfloaterimcontainer.h | |
parent | c588f6be31a203f05fbd784b0270555c6e1d04d6 (diff) |
CHUI-849 : WIP : Prevents Finding Widgets in highly used code by getting pointers to widgets in PostBuild
Diffstat (limited to 'indra/newview/llfloaterimcontainer.h')
-rw-r--r-- | indra/newview/llfloaterimcontainer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterimcontainer.h b/indra/newview/llfloaterimcontainer.h index 52b672241f..0890f694d9 100644 --- a/indra/newview/llfloaterimcontainer.h +++ b/indra/newview/llfloaterimcontainer.h @@ -168,6 +168,7 @@ private: LLButton* mExpandCollapseBtn; LLButton* mStubCollapseBtn; + LLButton* mSpeakBtn; LLPanel* mStubPanel; LLTextBox* mStubTextBox; LLLayoutPanel* mMessagesPane; |