diff options
author | Eugene Mutavchi <emutavchi@productengine.com> | 2009-12-21 19:45:20 +0200 |
---|---|---|
committer | Eugene Mutavchi <emutavchi@productengine.com> | 2009-12-21 19:45:20 +0200 |
commit | 0d6af2a01d64c44a3874446c5c9a4ede71d8a98e (patch) | |
tree | 8382df32eda38b097e0ac840ab18e8f00d7dc2bd /indra/newview/llparticipantlist.h | |
parent | 50e5c4c3f372736fa50497cc598effe9a51c14d2 (diff) |
Additional commit for EXT-3581: the code of updating of speakers order is moved to a separate method
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llparticipantlist.h')
-rw-r--r-- | indra/newview/llparticipantlist.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llparticipantlist.h b/indra/newview/llparticipantlist.h index 21eda86edd..515529452b 100644 --- a/indra/newview/llparticipantlist.h +++ b/indra/newview/llparticipantlist.h @@ -65,6 +65,11 @@ class LLParticipantList */ void refreshVoiceState(); + /** + * Refreshes the participant list if it's in sort by recent speaker order. + */ + void updateRecentSpeakersOrder(); + protected: /** * LLSpeakerMgr event handlers |