From 0d12b5f637fb2bbf335a28c93dd6eaf416e71c95 Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Thu, 6 Apr 2023 02:36:16 +0300 Subject: SL-19529 MacOS build fix --- indra/newview/llinventoryfunctions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llinventoryfunctions.cpp b/indra/newview/llinventoryfunctions.cpp index 205ccf4885..00ff0e83c0 100644 --- a/indra/newview/llinventoryfunctions.cpp +++ b/indra/newview/llinventoryfunctions.cpp @@ -1479,7 +1479,7 @@ bool move_item_to_marketplacelistings(LLInventoryItem* inv_item, LLUUID dest_fol gInventory.createNewCategory(dest_folder, LLFolderType::FT_NONE, viewer_inv_item->getName(), - [item_id, callback_dest_create](const LLUUID &new_cat_id) + [callback_dest_create](const LLUUID &new_cat_id) { if (new_cat_id.isNull()) { -- cgit v1.2.3