summaryrefslogtreecommitdiff
path: root/ui/hexeditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/hexeditor.h')
-rw-r--r--ui/hexeditor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/hexeditor.h b/ui/hexeditor.h
index aa64ed08..00a583f6 100644
--- a/ui/hexeditor.h
+++ b/ui/hexeditor.h
@@ -36,7 +36,7 @@ public:
virtual void selectNone();
void setSelectionRange(uint64_t begin, uint64_t end);
- void setSelectionOffsets(BNAddressRange range);
+ virtual void setSelectionOffsets(BNAddressRange range) override;
virtual void updateFonts() override;