diff options
author | Aimee Linden <aimee@lindenlab.com> | 2010-05-24 16:21:56 +0100 |
---|---|---|
committer | Aimee Linden <aimee@lindenlab.com> | 2010-05-24 16:21:56 +0100 |
commit | d85464bb3304a112f1dd766428889a919c5715e2 (patch) | |
tree | 3f9dc690683776be3d8b023ecbadf93d17f26d65 /indra/newview/llpanelvoiceeffect.h | |
parent | c5cca5a80943a84b0b556095bcb52ed933ea4826 (diff) |
EXT-7138 WIP Don't rebuild the voice effect combo list every time a different effect is selected. Added a notification on receiving new voice effects.
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 bd7bdd04f2..235db5a9e4 100644 --- a/indra/newview/llpanelvoiceeffect.h +++ b/indra/newview/llpanelvoiceeffect.h @@ -53,7 +53,7 @@ public: private: void onCommitVoiceEffect(); - void update(); + void update(bool list_updated); /// Called by voice effect provider when voice effect list is changed. virtual void onVoiceEffectChanged(bool effect_list_updated); |