diff options
author | Aimee Linden <aimee@lindenlab.com> | 2010-05-19 21:14:24 +0100 |
---|---|---|
committer | Aimee Linden <aimee@lindenlab.com> | 2010-05-19 21:14:24 +0100 |
commit | 4f2f2f90378e5191cd00748c2cc6633af3efd230 (patch) | |
tree | 6cea968c930e5dd3a1a9e385c0faa897b6263b22 /indra/newview/llfloatervoiceeffect.h | |
parent | 4c6d743665ae39a6402ee7b86f43043cb4c5806d (diff) |
EXT-7138 WIP Enable activation of voice effects from the Voice Effects floater
Diffstat (limited to 'indra/newview/llfloatervoiceeffect.h')
-rw-r--r-- | indra/newview/llfloatervoiceeffect.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfloatervoiceeffect.h b/indra/newview/llfloatervoiceeffect.h index cd639dba5a..5ad64f0e26 100644 --- a/indra/newview/llfloatervoiceeffect.h +++ b/indra/newview/llfloatervoiceeffect.h @@ -60,7 +60,8 @@ private: void onClickRecord(); void onClickPlay(); -// void onClickActivate(); + void onClickAdd(); + void onClickActivate(); LLUUID mSelectedID; LLScrollListCtrl* mVoiceEffectList; |