diff options
Diffstat (limited to 'ui/flowgraphwidget.h')
| -rw-r--r-- | ui/flowgraphwidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h index 036d042c..b4c87e31 100644 --- a/ui/flowgraphwidget.h +++ b/ui/flowgraphwidget.h @@ -199,8 +199,8 @@ public: virtual BinaryViewRef getData() override { return m_data; } virtual uint64_t getCurrentOffset() override; - virtual void getSelectionOffsets(uint64_t& begin, uint64_t& end) override; - virtual void getSelectionForInfo(uint64_t& begin, uint64_t& end) override; + virtual BNAddressRange getSelectionOffsets() override; + virtual BNAddressRange getSelectionForInfo() override; virtual bool navigate(uint64_t pos) override; virtual bool navigateToFunction(FunctionRef func, uint64_t pos) override; bool navigateWithHistoryEntry(uint64_t addr, FlowGraphHistoryEntry* entry); |
