diff options
author | Merov Linden <merov@lindenlab.com> | 2012-08-30 21:34:48 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-08-30 21:34:48 -0700 |
commit | ab37263a5cda14227724181c771ac1d3ef55f467 (patch) | |
tree | 76e17dafc83a8a8ded92c9ad5494d31dda56ce73 /indra/newview/llimfloatercontainer.h | |
parent | 9ff67f4a040fae53f28aa981309bce2356df1445 (diff) |
CHUI-285 : LLIMFloaterContainer is now using LLParticipantList fully
Diffstat (limited to 'indra/newview/llimfloatercontainer.h')
-rw-r--r-- | indra/newview/llimfloatercontainer.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llimfloatercontainer.h b/indra/newview/llimfloatercontainer.h index d6dda8ea2d..300a820a26 100644 --- a/indra/newview/llimfloatercontainer.h +++ b/indra/newview/llimfloatercontainer.h @@ -37,6 +37,7 @@ #include "llgroupmgr.h" #include "lltrans.h" #include "llconversationmodel.h" +#include "llconversationview.h" class LLButton; class LLLayoutPanel; @@ -113,7 +114,8 @@ public: void addConversationListItem(const LLUUID& uuid); private: - LLFolderViewItem* createConversationItemWidget(LLConversationItem* item); + LLConversationViewSession* createConversationItemWidget(LLConversationItem* item); + LLConversationViewParticipant* createConversationViewParticipant(LLConversationItem* item); // Conversation list data LLPanel* mConversationsListPanel; // This is the main widget we add conversation widget to |