diff options
author | Mike Antipov <mantipov@productengine.com> | 2009-11-26 20:41:07 +0200 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2009-11-26 20:41:07 +0200 |
commit | bf6d5e9755b6c6e93fdf22a6cd4e20ffb2d2b441 (patch) | |
tree | 1b3a340af07cae4b7b9d6e21266303d9adce82d5 /indra/newview/llcallfloater.h | |
parent | b9f113fe2a87741de51547a6d84f378a72fe1847 (diff) |
Work on major sub-task EXT-2790 (Complete Voice Control Panel (floater) started by Lynx (LLVoiceControlPanel))
-- implemented opening of the Voice Control Panel from the Group Chat
--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 8c4a204943..0b86a6ee92 100644 --- a/indra/newview/llcallfloater.h +++ b/indra/newview/llcallfloater.h @@ -58,6 +58,7 @@ public: ~LLCallFloater(); /*virtual*/ BOOL postBuild(); + /*virtual*/ void onOpen(const LLSD& key); private: |