diff options
author | Aimee Linden <aimee@lindenlab.com> | 2010-05-19 16:28:03 +0100 |
---|---|---|
committer | Aimee Linden <aimee@lindenlab.com> | 2010-05-19 16:28:03 +0100 |
commit | 95ed59a9dec737ffe8d566595e1a74f662fe1e43 (patch) | |
tree | 59d0163886118111032f0183b6a38790f8105f25 /indra/newview/llvoiceclient.h | |
parent | be0662234565f772fc4c89e47400dc9df8277800 (diff) |
EXT-7337 WIP Added template voice fonts to the voice font list for previewing
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 8d898378d6..5caf26c492 100644 --- a/indra/newview/llvoiceclient.h +++ b/indra/newview/llvoiceclient.h @@ -289,6 +289,7 @@ public: //@{ virtual bool setVoiceEffect(const LLUUID& id) = 0; virtual const LLUUID getVoiceEffect() = 0; + virtual LLSD getVoiceEffectProperties(const LLUUID& id) = 0; virtual void refreshVoiceEffectLists(bool clear_lists) = 0; virtual const voice_effect_list_t &getVoiceEffectList() const = 0; |