diff options
author | Mike Antipov <mantipov@productengine.com> | 2009-11-30 18:43:08 +0200 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2009-11-30 18:43:08 +0200 |
commit | 4a70a50dad444647d0c9db790d4ce49da1109212 (patch) | |
tree | 6cca108e465c671f993bdfb7f8c9b63e5523eab4 /indra/newview/llcallfloater.h | |
parent | a69bef19e1dac71c80cad301ab46414005a9dbf0 (diff) |
Work on major sub-task EXT-2790 (Complete Voice Control Panel (floater) started by Lynx (LLVoiceControlPanel))
-- initialized agent icon, name
-- added agent's speaker indicator
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llcallfloater.h')
-rw-r--r-- | indra/newview/llcallfloater.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llcallfloater.h b/indra/newview/llcallfloater.h index 94a19d92e0..d98af4d9a1 100644 --- a/indra/newview/llcallfloater.h +++ b/indra/newview/llcallfloater.h @@ -83,6 +83,7 @@ private: void refreshPartisipantList(); void onCurrentChannelChanged(const LLUUID& session_id); void updateTitle(); + void initAgentData(); private: LLSpeakerMgr* mSpeakerManager; |