summaryrefslogtreecommitdiff
path: root/view/elf/elfview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'view/elf/elfview.cpp')
-rw-r--r--view/elf/elfview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/elf/elfview.cpp b/view/elf/elfview.cpp
index b8dd1aaa..25e00152 100644
--- a/view/elf/elfview.cpp
+++ b/view/elf/elfview.cpp
@@ -2511,7 +2511,7 @@ void ElfView::DefineElfSymbol(BNSymbolType type, const string& incomingName, uin
if (gotEntry)
m_gotEntryLocations.emplace(addr);
- auto process = [=]() {
+ auto process = [=, this]() {
NameSpace nameSpace = GetInternalNameSpace();
if (type == ExternalSymbol)
{