diff options
author | Eugene Kondrashev <ekondrashev@productengine.com> | 2009-11-10 15:25:39 +0200 |
---|---|---|
committer | Eugene Kondrashev <ekondrashev@productengine.com> | 2009-11-10 15:25:39 +0200 |
commit | 60a7a1d891b5c019aa6fc0f7d54046976f31a9f3 (patch) | |
tree | b6f5e619f7cb19e907545a4a3480721f3bcffdb8 /indra/newview/llpanelimcontrolpanel.h | |
parent | 7dabb3c46e6cdf208ce7dc46b89f431a247d6ba6 (diff) |
Implemented Sub-task EXT-2214-Refactor IM Control Panels
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llpanelimcontrolpanel.h')
-rw-r--r-- | indra/newview/llpanelimcontrolpanel.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llpanelimcontrolpanel.h b/indra/newview/llpanelimcontrolpanel.h index ac5d86345e..12de21a46a 100644 --- a/indra/newview/llpanelimcontrolpanel.h +++ b/indra/newview/llpanelimcontrolpanel.h @@ -100,10 +100,11 @@ public: protected: LLUUID mGroupID; LLSpeakerMgr* mSpeakerManager; - LLAvatarList* mAvatarList; + LLParticipantList* mParticipantList; private: + void onVisibilityChange(const LLSD& new_visibility); void onGroupInfoButtonClicked(); void onSortMenuItemClicked(const LLSD& userdata); /*virtual*/ void onVoiceChannelStateChanged(const LLVoiceChannel::EState& old_state, const LLVoiceChannel::EState& new_state); |