diff options
Diffstat (limited to 'view/pe/peview.cpp')
| -rw-r--r-- | view/pe/peview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/pe/peview.cpp b/view/pe/peview.cpp index 6c852bca..e45edd05 100644 --- a/view/pe/peview.cpp +++ b/view/pe/peview.cpp @@ -3003,7 +3003,7 @@ void PEView::AddPESymbol(BNSymbolType type, const string& dll, const string& nam new Symbol(type, shortName, fullName, rawName, address, binding, ns, ordinal), typeRef); }, - [this](Symbol* symbol, Type* type) { + [this](Symbol* symbol, const Confidence<Ref<Type>>& type) { DefineAutoSymbolAndVariableOrFunction(GetDefaultPlatform(), symbol, type); }); } |
