diff options
author | Richard Linden <none@none> | 2012-07-04 00:30:00 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2012-07-04 00:30:00 -0700 |
commit | d3edb1c466f42e2c46c77e43b26d700c6298b8d6 (patch) | |
tree | 0aababfb27cf540d9e2a5eea1316c47fb3351f1c /indra/newview/llimfloatercontainer.h | |
parent | 1494a1058f41c5aa00a8ed08fe71123f63e92e81 (diff) |
CHUI-101 WIP Make LLFolderview general purpose
partial fix for crash on startup
Diffstat (limited to 'indra/newview/llimfloatercontainer.h')
-rw-r--r-- | indra/newview/llimfloatercontainer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llimfloatercontainer.h b/indra/newview/llimfloatercontainer.h index f68cf07d8c..890a115a04 100644 --- a/indra/newview/llimfloatercontainer.h +++ b/indra/newview/llimfloatercontainer.h @@ -194,6 +194,7 @@ private: LLPanel* mConversationsListPanel; // This is the widget we add items to (i.e. clickable title for each conversation) conversations_items_map mConversationsItems; conversations_widgets_map mConversationsWidgets; + LLFolderView* mFolders; }; #endif // LL_LLIMFLOATERCONTAINER_H |