diff options
author | Mike Antipov <mantipov@productengine.com> | 2009-11-25 13:44:53 +0200 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2009-11-25 13:44:53 +0200 |
commit | cdd9c57b2c9f02167e78322e5631822b0cd0521b (patch) | |
tree | 76d47d0ab38de8a9bd24d62234dab04422c85652 /indra/newview/llspeakbutton.h | |
parent | c2c83f3535c5a0bc099528580375afc99ad3b020 (diff) |
Work on major sub-task EXT-2790 (Complete Voice Control Panel (floater) started by Lynx (LLVoiceControlPanel))
-- Replaced LLVoiceControlPanel with LLCallFloater in Speak button implementation
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llspeakbutton.h')
-rw-r--r-- | indra/newview/llspeakbutton.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llspeakbutton.h b/indra/newview/llspeakbutton.h index 424ee5357a..33f7c9fa28 100644 --- a/indra/newview/llspeakbutton.h +++ b/indra/newview/llspeakbutton.h @@ -36,7 +36,7 @@ #include "llinitparam.h" #include "lluictrl.h" -class LLVoiceControlPanel; +class LLCallFloater; class LLButton; class LLOutputMonitorCtrl; @@ -91,7 +91,7 @@ protected: private: LLButton* mSpeakBtn; LLButton* mShowBtn; - LLVoiceControlPanel* mPrivateCallPanel; + LLHandle<LLFloater> mPrivateCallPanel; LLOutputMonitorCtrl* mOutputMonitor; }; |