diff options
author | Richard Linden <none@none> | 2012-06-20 14:58:02 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2012-06-20 14:58:02 -0700 |
commit | 316d8fc875d54bfcc7e7eb8d215a4810947bcb71 (patch) | |
tree | 3eb01ab4fad4d06fe9d265057be1387a67d2b86d /indra/newview/llinventoryfilter.cpp | |
parent | 3882e9c177190b22276e1ef3fc39e4cb910820fd (diff) |
CHUI-101 WIP Make LLFolderView general purpose
fixed final build errors
Diffstat (limited to 'indra/newview/llinventoryfilter.cpp')
-rw-r--r-- | indra/newview/llinventoryfilter.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llinventoryfilter.cpp b/indra/newview/llinventoryfilter.cpp index 9c9b04d03d..c13bb5123e 100644 --- a/indra/newview/llinventoryfilter.cpp +++ b/indra/newview/llinventoryfilter.cpp @@ -65,7 +65,8 @@ LLInventoryFilter::FilterOps::FilterOps(const Params& p) /// Class LLInventoryFilter ///---------------------------------------------------------------------------- LLInventoryFilter::LLInventoryFilter(const Params& p) -: mFilterModified(FILTER_NONE), +: mName(p.name), + mFilterModified(FILTER_NONE), mEmptyLookupMessage("InventoryNoMatchingItems"), mFilterOps(p.filter_ops), mOrder(p.sort_order), |