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/llfloaterimsessiontab.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/llfloaterimsessiontab.h')
-rw-r--r-- | indra/newview/llfloaterimsessiontab.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llfloaterimsessiontab.h b/indra/newview/llfloaterimsessiontab.h index 302d5a8066..ba80d2369a 100644 --- a/indra/newview/llfloaterimsessiontab.h +++ b/indra/newview/llfloaterimsessiontab.h @@ -182,6 +182,9 @@ protected: LLButton* mTearOffBtn; LLButton* mCloseBtn; LLButton* mGearBtn; + LLButton* mAddBtn; + LLButton* mVoiceButton; + LLUICtrl* mTranslationCheckBox; private: // Handling selection and contextual menu |