diff options
author | Aimee Linden <aimee@lindenlab.com> | 2010-05-24 02:27:07 +0100 |
---|---|---|
committer | Aimee Linden <aimee@lindenlab.com> | 2010-05-24 02:27:07 +0100 |
commit | 15c3b2c6309fa4b45376f3d62e33bfcd3ccdbfc7 (patch) | |
tree | 83ed71b33c61f122f755eeb081dca6e37833516d /indra/newview/llpanelvoiceeffect.cpp | |
parent | 12171ddba3c70b73e53bf103a45779262b38c6ec (diff) |
EXT-7335 WIP Added notification of expiring voice effects
Diffstat (limited to 'indra/newview/llpanelvoiceeffect.cpp')
-rw-r--r-- | indra/newview/llpanelvoiceeffect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelvoiceeffect.cpp b/indra/newview/llpanelvoiceeffect.cpp index 140feb7a54..4f73f38edc 100644 --- a/indra/newview/llpanelvoiceeffect.cpp +++ b/indra/newview/llpanelvoiceeffect.cpp @@ -110,7 +110,7 @@ void LLPanelVoiceEffect::onCommitVoiceEffect() } // virtual -void LLPanelVoiceEffect::onVoiceEffectChanged(bool new_effects) +void LLPanelVoiceEffect::onVoiceEffectChanged(bool effect_list_updated) { update(); } |