summaryrefslogtreecommitdiff
path: root/indra/newview/llconversationmodel.h
diff options
context:
space:
mode:
authorAura Linden <aura@lindenlab.com>2013-12-17 00:13:07 -0800
committerAura Linden <aura@lindenlab.com>2013-12-17 00:13:07 -0800
commit1219fe0e1b27e4468e0ee2f0f65e79b894296022 (patch)
treeaaf206a79d3fe39a3e2cca6c479b4f97f28b0a8f /indra/newview/llconversationmodel.h
parentddd6b8f91baa4ce408682925e12c4a58b8139b78 (diff)
parent6f34508aa9408266bfde366aa4e0cb6518ed45b8 (diff)
Mac Fullscreen fix for MAINT-3288 and MAINT-3135
Diffstat (limited to 'indra/newview/llconversationmodel.h')
-rw-r--r--indra/newview/llconversationmodel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llconversationmodel.h b/indra/newview/llconversationmodel.h
index d8cdcdfc97..dc74506c53 100644
--- a/indra/newview/llconversationmodel.h
+++ b/indra/newview/llconversationmodel.h
@@ -291,6 +291,9 @@ class LLConversationViewModel
{
public:
typedef LLFolderViewModel<LLConversationSort, LLConversationItem, LLConversationItem, LLConversationFilter> base_t;
+ LLConversationViewModel()
+ : base_t(new LLConversationSort(), new LLConversationFilter())
+ {}
void sort(LLFolderViewFolder* folder);
bool contentsReady() { return true; } // *TODO : we need to check that participants names are available somewhat