diff options
author | Mike Antipov <mantipov@productengine.com> | 2009-12-16 19:19:42 +0200 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2009-12-16 19:19:42 +0200 |
commit | e921eac328f60a44b2671cba6ea0bf09c03c14f3 (patch) | |
tree | 5e1ec1c53a7661dc4dbd0700bad842617c306214 | |
parent | 0ec2bacfac207451386b55006f94e917f1277edc (diff) |
Fixed line endings to unix format
--HG--
branch : product-engine
-rw-r--r-- | indra/newview/llspeakers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llspeakers.cpp b/indra/newview/llspeakers.cpp index da7910d8b4..6bbd3c6687 100644 --- a/indra/newview/llspeakers.cpp +++ b/indra/newview/llspeakers.cpp @@ -662,7 +662,7 @@ void LLIMSpeakerMgr::moderateVoiceOtherParticipants(const LLUUID& excluded_avata // TODO: mantipov: add more intellectual processing of several following requests mReverseVoiceModeratedAvatarID = excluded_avatar_id; - moderateVoiceSession(getSessionID(), !unmute);
+ moderateVoiceSession(getSessionID(), !unmute); /* LLSpeakerMgr::speaker_list_t speakers; getSpeakerList(&speakers, FALSE); |