diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-08-17 22:03:14 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-08-17 22:03:14 +0300 |
commit | 0ab6dfa12eb04238d82c7a4aea7390cbd28beacd (patch) | |
tree | 759227120c5fd01e0d75b36a3978772367561aa4 /indra/newview/llplacesinventorypanel.h | |
parent | b8c46f9615bffa0e6aeb909924c39581b160fdef (diff) |
SL-17699 Multiple asset types support for LLAssetFilteredInventoryPanel
Diffstat (limited to 'indra/newview/llplacesinventorypanel.h')
-rw-r--r-- | indra/newview/llplacesinventorypanel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llplacesinventorypanel.h b/indra/newview/llplacesinventorypanel.h index 5629438415..3c27964ec5 100644 --- a/indra/newview/llplacesinventorypanel.h +++ b/indra/newview/llplacesinventorypanel.h @@ -40,7 +40,7 @@ public: { Params() { - filter_asset_type = "landmark"; + filter_asset_types = "landmark"; } }; |