diff options
| author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-03-30 21:39:43 +0300 |
|---|---|---|
| committer | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-03-30 21:40:19 +0300 |
| commit | ae3e3662159ca26db5b2efe36d91a9ccdfcec256 (patch) | |
| tree | b6b1198f8da894a5795b640854ce587648d6a4ef /indra/newview/llinventoryfunctions.h | |
| parent | c15ee792a7248cf141abb3ae6a26b33a5aca1ed7 (diff) | |
SL-19379 WIP update gear menu with Gallery items
Diffstat (limited to 'indra/newview/llinventoryfunctions.h')
| -rw-r--r-- | indra/newview/llinventoryfunctions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventoryfunctions.h b/indra/newview/llinventoryfunctions.h index 5c4a325eca..1b0f598bf5 100644 --- a/indra/newview/llinventoryfunctions.h +++ b/indra/newview/llinventoryfunctions.h @@ -106,6 +106,7 @@ void ungroup_folder_items(const LLUUID& folder_id); std::string get_searchable_description(LLInventoryModel* model, const LLUUID& item_id); std::string get_searchable_creator_name(LLInventoryModel* model, const LLUUID& item_id); std::string get_searchable_UUID(LLInventoryModel* model, const LLUUID& item_id); +bool can_share_item(const LLUUID& item_id); /** Miscellaneous global functions ** ** |
