summaryrefslogtreecommitdiff
path: root/indra/newview/llparticipantlist.h
diff options
context:
space:
mode:
authorEugene Kondrashev <ekondrashev@productengine.com>2009-11-10 15:35:58 +0200
committerEugene Kondrashev <ekondrashev@productengine.com>2009-11-10 15:35:58 +0200
commite292f310fbd1c98d62237eef27d284e024abe7ee (patch)
tree1006e7b82b123fd441e9f2b3e53370a6650704d2 /indra/newview/llparticipantlist.h
parent60a7a1d891b5c019aa6fc0f7d54046976f31a9f3 (diff)
No ticket. Cleaned up the code after last commit
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llparticipantlist.h')
-rw-r--r--indra/newview/llparticipantlist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llparticipantlist.h b/indra/newview/llparticipantlist.h
index 6fe178b023..5e26c39fc8 100644
--- a/indra/newview/llparticipantlist.h
+++ b/indra/newview/llparticipantlist.h
@@ -34,9 +34,9 @@
#include "llevent.h"
#include "llpanelpeoplemenus.h"
#include "llimview.h"
-#include "llavatarlist.h"
class LLSpeakerMgr;
+class LLAvatarList;
class LLUICtrl;
class LLParticipantList
@@ -45,7 +45,7 @@ class LLParticipantList
public:
LLParticipantList(LLSpeakerMgr* data_source, LLAvatarList* avatar_list);
~LLParticipantList();
- void setSpeakingIndicatorsVisible(BOOL visible){ mAvatarList->setSpeakingIndicatorsVisible(visible); };
+ void setSpeakingIndicatorsVisible(BOOL visible);
typedef enum e_participant_sort_oder {
E_SORT_BY_NAME = 0,