summaryrefslogtreecommitdiff
path: root/ui/viewframe.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/viewframe.h')
-rw-r--r--ui/viewframe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/viewframe.h b/ui/viewframe.h
index dea74b11..23c7c446 100644
--- a/ui/viewframe.h
+++ b/ui/viewframe.h
@@ -72,6 +72,7 @@ public:
virtual uint64_t getCurrentOffset() = 0;
virtual BNAddressRange getSelectionOffsets();
virtual BNAddressRange getSelectionForInfo();
+ virtual void setSelectionOffsets(BNAddressRange range);
virtual bool navigate(uint64_t offset) = 0;
virtual bool navigateToFunction(FunctionRef func, uint64_t offset);
virtual bool goToReference(FunctionRef func, uint64_t source, uint64_t target);