diff options
Diffstat (limited to 'view/elf/elfview.cpp')
| -rw-r--r-- | view/elf/elfview.cpp | 2 |
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) { |
