diff options
| author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-03-11 14:05:00 +0200 |
|---|---|---|
| committer | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-03-11 14:05:00 +0200 |
| commit | 1699bdbea75c47cf763d8a11078897c37c2599a3 (patch) | |
| tree | 7a6e5f0e86c662860de976483e05405eebe1c974 /indra/newview/llinventoryfunctions.cpp | |
| parent | 0d1f7cafcd9db3ffff8e22f898005dc34bca5fcb (diff) | |
mac build fix
Diffstat (limited to 'indra/newview/llinventoryfunctions.cpp')
| -rw-r--r-- | indra/newview/llinventoryfunctions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventoryfunctions.cpp b/indra/newview/llinventoryfunctions.cpp index 5975cb982b..c2e9137910 100644 --- a/indra/newview/llinventoryfunctions.cpp +++ b/indra/newview/llinventoryfunctions.cpp @@ -1420,7 +1420,7 @@ bool move_item_to_marketplacelistings(LLInventoryItem* inv_item, LLUUID dest_fol } }; - std::function<void(const LLUUID&)> callback_dest_create = [copy, item_id, callback_create_stock](const LLUUID& new_cat_id) + std::function<void(const LLUUID&)> callback_dest_create = [item_id, callback_create_stock](const LLUUID& new_cat_id) { LLViewerInventoryCategory* dest_cat = gInventory.getCategory(new_cat_id); LLViewerInventoryItem * viewer_inv_item = gInventory.getItem(item_id); |
