summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/typeview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/typeview.h b/ui/typeview.h
index 47b45d2a..ef8511da 100644
--- a/ui/typeview.h
+++ b/ui/typeview.h
@@ -190,6 +190,8 @@ public:
BinaryNinja::Type* type) override;
virtual void OnTypeUndefined(BinaryNinja::BinaryView* view, const BinaryNinja::QualifiedName& name,
BinaryNinja::Type* type) override;
+ virtual void OnTypeReferenceChanged(BinaryNinja::BinaryView* view, const BinaryNinja::QualifiedName& name,
+ BinaryNinja::Type* type) override;
void MarkUpdatesRequired() { m_updatesRequired = true; }
virtual void updateFonts() override;