From 1699bdbea75c47cf763d8a11078897c37c2599a3 Mon Sep 17 00:00:00 2001 From: Maxim Nikolenko Date: Sat, 11 Mar 2023 14:05:00 +0200 Subject: mac build fix --- indra/newview/llinventoryfunctions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/llinventoryfunctions.cpp') 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 callback_dest_create = [copy, item_id, callback_create_stock](const LLUUID& new_cat_id) + std::function 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); -- cgit v1.2.3