summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorybridge.cpp
diff options
context:
space:
mode:
authorMaxim Nikolenko <maximnproductengine@lindenlab.com>2023-03-11 14:05:00 +0200
committerMaxim Nikolenko <maximnproductengine@lindenlab.com>2023-03-11 14:05:00 +0200
commit1699bdbea75c47cf763d8a11078897c37c2599a3 (patch)
tree7a6e5f0e86c662860de976483e05405eebe1c974 /indra/newview/llinventorybridge.cpp
parent0d1f7cafcd9db3ffff8e22f898005dc34bca5fcb (diff)
mac build fix
Diffstat (limited to 'indra/newview/llinventorybridge.cpp')
-rw-r--r--indra/newview/llinventorybridge.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp
index b4d7762613..421c1c9754 100644
--- a/indra/newview/llinventorybridge.cpp
+++ b/indra/newview/llinventorybridge.cpp
@@ -3380,7 +3380,7 @@ void LLFolderBridge::performAction(LLInventoryModel* model, std::string action)
LLMarketplaceValidator::getInstance()->validateMarketplaceListings(
version_folder_id,
- [this, version_folder_id](bool result)
+ [this](bool result)
{
// todo: might need to ensure bridge/mUUID exists or this will cause crashes
if (!result)