aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfolderview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llfolderview.cpp')
-rw-r--r--linden/indra/newview/llfolderview.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llfolderview.cpp b/linden/indra/newview/llfolderview.cpp
index 586c466..9c59c7b 100644
--- a/linden/indra/newview/llfolderview.cpp
+++ b/linden/indra/newview/llfolderview.cpp
@@ -4563,6 +4563,9 @@ LLInventoryFilter::LLInventoryFilter(const LLString& name) :
4563 4563
4564 mLastLogoff = gSavedPerAccountSettings.getU32("LastLogoff"); 4564 mLastLogoff = gSavedPerAccountSettings.getU32("LastLogoff");
4565 mFilterBehavior = FILTER_NONE; 4565 mFilterBehavior = FILTER_NONE;
4566
4567 // copy mFilterOps into mDefaultFilterOps
4568 markDefault();
4566} 4569}
4567 4570
4568LLInventoryFilter::~LLInventoryFilter() 4571LLInventoryFilter::~LLInventoryFilter()