diff options
author | Loren Shih <seraph@lindenlab.com> | 2010-09-08 13:38:25 -0400 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2010-09-08 13:38:25 -0400 |
commit | 1df1c36f364d5789bdd6be4200ec45dfd6ac3b9e (patch) | |
tree | 8bf2627b5d517f22490d0af91722adc40ef22b3b /indra/newview/llspeakbutton.h | |
parent | 5b017f14bc323256adf29af9396bb7d22ebcf731 (diff) | |
parent | a2fb3fabc7926dd105393391f334baa78f232640 (diff) |
merge up from viewer-development
Diffstat (limited to 'indra/newview/llspeakbutton.h')
-rw-r--r-- | indra/newview/llspeakbutton.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/indra/newview/llspeakbutton.h b/indra/newview/llspeakbutton.h index ec1d07b633..2fdf80c1f2 100644 --- a/indra/newview/llspeakbutton.h +++ b/indra/newview/llspeakbutton.h @@ -33,6 +33,7 @@ class LLCallFloater; class LLButton; class LLOutputMonitorCtrl; +class LLBottomtrayButton; /* * Button displaying voice chat status. Displays voice chat options when @@ -44,10 +45,8 @@ public: struct Params : public LLInitParam::Block<Params, LLUICtrl::Params> { - Optional<LLButton::Params> - speak_button, - show_button; - + Optional<LLButton::Params> speak_button; + Optional<LLBottomtrayButton::Params> show_button; Optional<LLOutputMonitorCtrl::Params> monitor; Params(); @@ -86,7 +85,7 @@ protected: private: LLButton* mSpeakBtn; - LLButton* mShowBtn; + LLBottomtrayButton* mShowBtn; LLHandle<LLFloater> mPrivateCallPanel; LLOutputMonitorCtrl* mOutputMonitor; }; |