summaryrefslogtreecommitdiff
path: root/indra/newview/llvoicevivox.h
diff options
context:
space:
mode:
authorAimee Linden <aimee@lindenlab.com>2010-05-26 14:42:18 +0100
committerAimee Linden <aimee@lindenlab.com>2010-05-26 14:42:18 +0100
commit3c7df727eeb10a1e6adf27b7aa352afddfcd5d6d (patch)
treecca673a18737ae09eee6f47363e9f88b89c3ae23 /indra/newview/llvoicevivox.h
parent80b9e6b3fb5086a8d4506a95787a9e84d0e46fb8 (diff)
EXT-7138 WIP Simplify and improve detection and notification of changes to the Voice font list
Diffstat (limited to 'indra/newview/llvoicevivox.h')
-rw-r--r--indra/newview/llvoicevivox.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llvoicevivox.h b/indra/newview/llvoicevivox.h
index debc03377f..5424e352f8 100644
--- a/indra/newview/llvoicevivox.h
+++ b/indra/newview/llvoicevivox.h
@@ -869,7 +869,7 @@ private:
void accountGetTemplateFontsSendMessage();
void sessionSetVoiceFontSendMessage(sessionState *session);
- void notifyVoiceFontObservers(bool lists_changed = false);
+ void notifyVoiceFontObservers();
typedef enum e_voice_font_type
{
@@ -906,6 +906,7 @@ private:
bool mVoiceFontsReceived;
bool mVoiceFontsNew;
+ bool mVoiceFontListDirty;
voice_effect_list_t mVoiceFontList;
voice_effect_list_t mVoiceFontTemplateList;