summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatervoiceeffect.h
diff options
context:
space:
mode:
authorAimee Linden <aimee@lindenlab.com>2010-05-24 02:27:07 +0100
committerAimee Linden <aimee@lindenlab.com>2010-05-24 02:27:07 +0100
commit15c3b2c6309fa4b45376f3d62e33bfcd3ccdbfc7 (patch)
tree83ed71b33c61f122f755eeb081dca6e37833516d /indra/newview/llfloatervoiceeffect.h
parent12171ddba3c70b73e53bf103a45779262b38c6ec (diff)
EXT-7335 WIP Added notification of expiring voice effects
Diffstat (limited to 'indra/newview/llfloatervoiceeffect.h')
-rw-r--r--indra/newview/llfloatervoiceeffect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatervoiceeffect.h b/indra/newview/llfloatervoiceeffect.h
index ed38cd6925..46b241bd17 100644
--- a/indra/newview/llfloatervoiceeffect.h
+++ b/indra/newview/llfloatervoiceeffect.h
@@ -57,7 +57,7 @@ private:
void updateControls();
/// Called by voice effect provider when voice effect list is changed.
- virtual void onVoiceEffectChanged(bool new_effects);
+ virtual void onVoiceEffectChanged(bool effect_list_updated);
void onClickRecord();
void onClickPlay();