diff options
| author | Xusheng <xusheng@vector35.com> | 2021-05-31 15:46:57 +0800 |
|---|---|---|
| committer | Xusheng <xusheng@vector35.com> | 2021-06-11 10:37:10 +0800 |
| commit | 93f91f8d2f1fef1866b3ee87042ec62f99a8d087 (patch) | |
| tree | 55a6439dcf66d005eaa3493fe6eb190c6338b47e /ui | |
| parent | 7954a49df95eba2ec7efeca3b4493a6c51070236 (diff) | |
Add TypeReferenceChanged notification
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/typeview.h | 2 |
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; |
