diff options
author | Aimee Linden <aimee@lindenlab.com> | 2010-04-30 19:39:10 +0100 |
---|---|---|
committer | Aimee Linden <aimee@lindenlab.com> | 2010-04-30 19:39:10 +0100 |
commit | 79a8d839aadc56fc3566c21ccd437f8f675723c8 (patch) | |
tree | 62297fbf6ea7e5dd82ad94c708b013f13cb7c1a3 /indra/newview/llparticipantlist.cpp | |
parent | d597a7e36a0a8c4cbee70b053c41aa01afeab6b5 (diff) | |
parent | 7a6474129c6015e102b30570fa474ba48e4c85e0 (diff) |
Automated merge with ssh://hg.lindenlab.com/q/viewer-trunk
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 c3748ca81d..d0c882e16e 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()->getParticipantsUUIDSet(participant_uuids); |