diff options
author | Aimee Linden <aimee@lindenlab.com> | 2010-05-14 13:11:18 +0100 |
---|---|---|
committer | Aimee Linden <aimee@lindenlab.com> | 2010-05-14 13:11:18 +0100 |
commit | 009db32afecd7e95e6dd37cb8b9899829783a5d4 (patch) | |
tree | 35e0b977212f5a4fc82fb92736de3e0005fbbc46 /indra/newview/llpanelvoiceeffect.h | |
parent | 5ee2fc381d8f215fd397d258cf52038ddda8771d (diff) |
EXT-7138 WIP added a refreshVoiceEffectLists() method to LLVoiceEffectInterface
Diffstat (limited to 'indra/newview/llpanelvoiceeffect.h')
-rw-r--r-- | indra/newview/llpanelvoiceeffect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelvoiceeffect.h b/indra/newview/llpanelvoiceeffect.h index f1a746e288..3ecdcb0d8a 100644 --- a/indra/newview/llpanelvoiceeffect.h +++ b/indra/newview/llpanelvoiceeffect.h @@ -56,7 +56,7 @@ private: void update(); /// Called by voice effect provider when voice effect list is changed. - virtual void onVoiceEffectChanged(); + virtual void onVoiceEffectChanged(bool new_effects); // Fixed entries in the voice effect list typedef enum e_voice_effect_combo_items |