summaryrefslogtreecommitdiff
path: root/objectivec/objc.cpp
diff options
context:
space:
mode:
authorAlexander Taylor <alex@vector35.com>2025-05-28 00:10:51 -0400
committerAlexander Taylor <alex@vector35.com>2025-06-25 18:36:48 -0400
commit8a4dafc1b6ea114a30844dd153de2714d2d286f9 (patch)
treec6a6fa1c60e420c1ceb8577d4e2f79bb9133b55a /objectivec/objc.cpp
parent0838242066437a04e3aa3417cab703cc071adde6 (diff)
Fix cxx20 compiler warnings.
Diffstat (limited to 'objectivec/objc.cpp')
-rw-r--r--objectivec/objc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/objectivec/objc.cpp b/objectivec/objc.cpp
index a34cffe1..e37be388 100644
--- a/objectivec/objc.cpp
+++ b/objectivec/objc.cpp
@@ -327,7 +327,7 @@ void ObjCProcessor::DefineObjCSymbol(
if (name.size() == 0 || addr == 0)
return;
- auto process = [=]() {
+ auto process = [=, this]() {
NameSpace nameSpace = m_data->GetInternalNameSpace();
if (type == ExternalSymbol)
{