summaryrefslogtreecommitdiff
path: root/indra/newview/llparticipantlist.h
diff options
context:
space:
mode:
authorJonathan Yap <none@none>2011-12-02 18:48:43 -0500
committerJonathan Yap <none@none>2011-12-02 18:48:43 -0500
commit6e2b3fd634b909c534f27898c8658f0029244ff9 (patch)
tree9483e1901dff8b27ee9687a72bce4009bce3c79e /indra/newview/llparticipantlist.h
parentf5a94e0f8196c5c068995090cd57bb27e97aaac9 (diff)
STORM-1712 Do not sort recent speakers list if mouse is hovered over it
Diffstat (limited to 'indra/newview/llparticipantlist.h')
-rw-r--r--indra/newview/llparticipantlist.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llparticipantlist.h b/indra/newview/llparticipantlist.h
index e0b3d42c25..a001d29b67 100644
--- a/indra/newview/llparticipantlist.h
+++ b/indra/newview/llparticipantlist.h
@@ -251,6 +251,8 @@ private:
*/
void adjustParticipant(const LLUUID& speaker_id);
+ bool isHovered();
+
LLSpeakerMgr* mSpeakerMgr;
LLAvatarList* mAvatarList;