From b24b2a197a2f39ef0f2c5e28253dd55f3c1fffb4 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Sat, 21 Nov 2020 17:40:24 -0500 Subject: Move IL view type access to ViewFrame. --- ui/linearview.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/linearview.h') diff --git a/ui/linearview.h b/ui/linearview.h index 2ac54d1b..33d8a3f1 100644 --- a/ui/linearview.h +++ b/ui/linearview.h @@ -329,8 +329,8 @@ public: virtual HighlightTokenState getHighlightTokenState() override { return m_highlight; } - BNFunctionGraphType getILViewType() { return m_ilViewType; }; - void setILViewType(BNFunctionGraphType ilViewType); + virtual BNFunctionGraphType getILViewType() override { return m_ilViewType; }; + virtual void setILViewType(BNFunctionGraphType ilViewType) override; void toggleOption(BNDisassemblyOption option); -- cgit v1.3.1