summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-04-06 02:36:16 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-04-06 02:36:16 +0300
commit0d12b5f637fb2bbf335a28c93dd6eaf416e71c95 (patch)
tree9d5b8648cbbd190af412ab49f7b19ae32270a12e /indra
parentfe695f3db250bdab10ebb1edffc38ade559c5cf2 (diff)
SL-19529 MacOS build fix
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llinventoryfunctions.cpp2
1 files changed, 1 insertions, 1 deletions
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())
{