Skip to content
Snippets Groups Projects
Commit 569c0040 authored by Richard Linden's avatar Richard Linden
Browse files

CHUI-101 WIP Make LLFolderView general purpose

fixed crash on startup
parent cb865a7e
No related branches found
No related tags found
No related merge requests found
...@@ -310,7 +310,8 @@ class LLFolderViewModelItemCommon : public LLFolderViewModelItem ...@@ -310,7 +310,8 @@ class LLFolderViewModelItemCommon : public LLFolderViewModelItem
mPassedFolderFilter(false), mPassedFolderFilter(false),
mFolderViewItem(NULL), mFolderViewItem(NULL),
mLastFilterGeneration(-1), mLastFilterGeneration(-1),
mMostFilteredDescendantGeneration(-1) mMostFilteredDescendantGeneration(-1),
mParent(NULL)
{} {}
void requestSort() { mSortVersion = -1; } void requestSort() { mSortVersion = -1; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment