diff options
author | Aimee Linden <aimee@lindenlab.com> | 2010-04-29 02:37:07 +0100 |
---|---|---|
committer | Aimee Linden <aimee@lindenlab.com> | 2010-04-29 02:37:07 +0100 |
commit | 46897efc3efade25feaaa1dc67bc131c35202d12 (patch) | |
tree | a7e1f41f8b2d4ff338107f22d5ad3c2d3068debb /indra/newview/llvoiceclient.h | |
parent | ad24d0c72a272dd9b30841ecc20e34d334e6f2b6 (diff) |
Make a proper XUI commit_callback for the Voice Font combo
Diffstat (limited to 'indra/newview/llvoiceclient.h')
-rw-r--r-- | indra/newview/llvoiceclient.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoiceclient.h b/indra/newview/llvoiceclient.h index a1083652aa..a997f9d500 100644 --- a/indra/newview/llvoiceclient.h +++ b/indra/newview/llvoiceclient.h @@ -444,6 +444,7 @@ static void updatePosition(void); // Voice Fonts bool hasVoiceFonts() const { return !mVoiceFontMap.empty(); }; bool setVoiceFont(const LLUUID& id); + bool setVoiceFont(const std::string &session_handle, const LLUUID& id); const LLUUID getVoiceFont(); const LLUUID getVoiceFont(const std::string &session_handle); |