summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatervoiceeffect.h
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2024-02-21 03:31:20 +0200
committerAndrey Lihatskiy <alihatskiy@productengine.com>2024-02-21 05:19:42 +0200
commit0fb52bd372aad468c890fc57f4ae3b8be7dad463 (patch)
tree58f37c310cd44fce7379c78135c3d9df911b0833 /indra/newview/llfloatervoiceeffect.h
parenta5261a5fa8fad810ecb5c260d92c3e771822bf58 (diff)
viewer#848 Xcode buildfix
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 cc6ca002a2..3ef210a9c6 100644
--- a/indra/newview/llfloatervoiceeffect.h
+++ b/indra/newview/llfloatervoiceeffect.h
@@ -58,7 +58,7 @@ private:
void updateControls();
/// Called by voice effect provider when voice effect list is changed.
- virtual void onVoiceEffectChanged(bool effect_list_updated);
+ virtual void onVoiceEffectChanged(bool effect_list_updated) override;
void onClickRecord();
void onClickPlay();