summaryrefslogtreecommitdiff
path: root/view/md1rom/md1rom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'view/md1rom/md1rom.cpp')
-rw-r--r--view/md1rom/md1rom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/md1rom/md1rom.cpp b/view/md1rom/md1rom.cpp
index 1d8da293..b302cfb0 100644
--- a/view/md1rom/md1rom.cpp
+++ b/view/md1rom/md1rom.cpp
@@ -230,7 +230,7 @@ void Md1romView::DefineMd1RomSymbol(BNSymbolType type, const string& name, uint6
if (m_symbolQueue)
{
- m_symbolQueue->Append(process, [this](Symbol* symbol, Type* type) {
+ m_symbolQueue->Append(process, [this](Symbol* symbol, const Confidence<Ref<Type>>& type) {
DefineAutoSymbolAndVariableOrFunction(GetDefaultPlatform(), symbol, type);
});
}