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/llplacesinventorybridge.h | |
parent | 569c004057ef5da03e05bedf77d39159e5782458 (diff) |
CHUI-101 WIP Make LLFolderview general purpose
filtering mostly working
Diffstat (limited to 'indra/newview/llplacesinventorybridge.h')
-rw-r--r-- | indra/newview/llplacesinventorybridge.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llplacesinventorybridge.h b/indra/newview/llplacesinventorybridge.h index 52beacef9c..791502990b 100644 --- a/indra/newview/llplacesinventorybridge.h +++ b/indra/newview/llplacesinventorybridge.h @@ -89,6 +89,7 @@ public: LLAssetType::EType actual_asset_type, LLInventoryType::EType inv_type, LLInventoryPanel* inventory, + LLFolderViewModelInventory* view_model, LLFolderView* root, const LLUUID& uuid, U32 flags = 0x00) const; |