diff options
author | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2009-11-03 15:00:10 +0200 |
---|---|---|
committer | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2009-11-03 15:00:10 +0200 |
commit | 6d292f0e816fcb571e73619aabdc9a7cfe179467 (patch) | |
tree | 57a608f999da08a19d115761e602483a96919b9d /indra/newview/llparticipantlist.h | |
parent | 4fa120feb419f7ab99998466623696584b7b282d (diff) | |
parent | a7d82c0d0e02f53929e5a5574f6efcb7db91b5af (diff) |
Merge
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llparticipantlist.h')
-rw-r--r-- | indra/newview/llparticipantlist.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llparticipantlist.h b/indra/newview/llparticipantlist.h index 68aae0aee5..a3a55303c0 100644 --- a/indra/newview/llparticipantlist.h +++ b/indra/newview/llparticipantlist.h @@ -74,6 +74,8 @@ class LLParticipantList LLAvatarList* mAvatarList; }; private: + void onAvatarListDoubleClicked(LLAvatarList* list); + LLSpeakerMgr* mSpeakerMgr; LLAvatarList* mAvatarList; |