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.cpp | |
parent | 5ee2fc381d8f215fd397d258cf52038ddda8771d (diff) |
EXT-7138 WIP added a refreshVoiceEffectLists() method to LLVoiceEffectInterface
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 4d694c1be0..c51ec91b66 100644 --- a/indra/newview/llpanelvoiceeffect.cpp +++ b/indra/newview/llpanelvoiceeffect.cpp @@ -107,7 +107,7 @@ void LLPanelVoiceEffect::onCommitVoiceEffect() } // virtual -void LLPanelVoiceEffect::onVoiceEffectChanged() +void LLPanelVoiceEffect::onVoiceEffectChanged(bool new_effects) { update(); } |