diff options
| author | Xusheng <xusheng@vector35.com> | 2020-07-30 16:02:12 +0800 |
|---|---|---|
| committer | Xusheng <xusheng@vector35.com> | 2020-08-27 23:59:18 +0800 |
| commit | b31008fbcd3f38190c44bba8e9f7757b45b40654 (patch) | |
| tree | 0c1ee7d4d21661ad189f1dbf9cf4120d0bca5980 /ui/hexeditor.h | |
| parent | 03ab2b6b83a3cc6e7723be071bdfac72208ac34d (diff) | |
make setSelectionOffsets() pure virtual
Diffstat (limited to 'ui/hexeditor.h')
| -rw-r--r-- | ui/hexeditor.h | 2 |
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; |
