diff options
author | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2013-01-18 03:52:42 +0200 |
---|---|---|
committer | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2013-01-18 03:52:42 +0200 |
commit | 5eef65e99476b716985eeccfbbcdafdfb664cb1a (patch) | |
tree | 9a045f88ebf6ffd2353dd5e2adf8806d74e0a37a /indra/newview/llvoicevivox.h | |
parent | 2f20348fb6a5b9a461e284f76c207e7384f221ee (diff) |
CHUI-379 FIXED Restore Voice Morphing menu
Diffstat (limited to 'indra/newview/llvoicevivox.h')
-rw-r--r-- | indra/newview/llvoicevivox.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llvoicevivox.h b/indra/newview/llvoicevivox.h index 69f33df94b..574027de42 100644 --- a/indra/newview/llvoicevivox.h +++ b/indra/newview/llvoicevivox.h @@ -246,6 +246,8 @@ public: //@} + bool onCheckVoiceEffect(const std::string& voice_effect_name); + void onClickVoiceEffect(const std::string& voice_effect_name); protected: ////////////////////// @@ -854,6 +856,7 @@ private: void accountGetTemplateFontsSendMessage(); void sessionSetVoiceFontSendMessage(sessionState *session); + void updateVoiceMorphingMenu(); void notifyVoiceFontObservers(); typedef enum e_voice_font_type |