diff options
author | Richard Linden <none@none> | 2012-06-28 23:29:58 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2012-06-28 23:29:58 -0700 |
commit | ed7173c987cf4a5de2f3c9b9d792e5ac4006e833 (patch) | |
tree | 298ab335f13b836f94c1ca07edb3f91b0b07dccc /indra/newview/llpanelmarketplaceinboxinventory.cpp | |
parent | 569c004057ef5da03e05bedf77d39159e5782458 (diff) |
CHUI-101 WIP Make LLFolderview general purpose
filtering mostly working
Diffstat (limited to 'indra/newview/llpanelmarketplaceinboxinventory.cpp')
-rw-r--r-- | indra/newview/llpanelmarketplaceinboxinventory.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelmarketplaceinboxinventory.cpp b/indra/newview/llpanelmarketplaceinboxinventory.cpp index f3096e862d..6e5a522297 100644 --- a/indra/newview/llpanelmarketplaceinboxinventory.cpp +++ b/indra/newview/llpanelmarketplaceinboxinventory.cpp @@ -111,6 +111,7 @@ void LLInboxInventoryPanel::buildFolderView(const LLInventoryPanel::Params& para LLAssetType::AT_CATEGORY, LLInventoryType::IT_CATEGORY, this, + &mInventoryViewModel, NULL, root_id); |