diff options
author | Aimee Linden <aimee@lindenlab.com> | 2010-05-13 13:30:28 +0100 |
---|---|---|
committer | Aimee Linden <aimee@lindenlab.com> | 2010-05-13 13:30:28 +0100 |
commit | 9cec4bdd696f145d78f564ea4e94cd58db3984d4 (patch) | |
tree | 1b910ff3c9881fb27d70649cc84052395318fdfa /indra/newview/llparticipantlist.cpp | |
parent | 489a5eb9e20256da64749e85254b9511e0919607 (diff) | |
parent | 8aac4348021434ec33e9d8d301310fd7b65f6827 (diff) |
EXT-7138 WIP Merged Voice fonts work into the newly modularized LLVoiceClient.
Created LLVoiceEffectInterface as an optional interface to be implemented by voice modules that support voice effects.
Diffstat (limited to 'indra/newview/llparticipantlist.cpp')
-rw-r--r-- | indra/newview/llparticipantlist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llparticipantlist.cpp b/indra/newview/llparticipantlist.cpp index feaf7335c0..0cc100e529 100644 --- a/indra/newview/llparticipantlist.cpp +++ b/indra/newview/llparticipantlist.cpp @@ -92,7 +92,7 @@ public: mAvalineCallers.insert(avaline_caller_id); } - void onChange() + void onParticipantsChanged() { uuid_set_t participant_uuids; LLVoiceClient::getInstance()->getParticipantList(participant_uuids); |