diff options
Diffstat (limited to 'ui/flowgraphwidget.h')
| -rw-r--r-- | ui/flowgraphwidget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h index 392e8dd9..1fcb120d 100644 --- a/ui/flowgraphwidget.h +++ b/ui/flowgraphwidget.h @@ -279,6 +279,8 @@ class BINARYNINJAUIAPI FlowGraphWidget : virtual MediumLevelILFunctionRef getCurrentMediumLevelILFunction() override; virtual HighLevelILFunctionRef getCurrentHighLevelILFunction() override; virtual size_t getCurrentILInstructionIndex() override; + virtual size_t getSelectionStartILInstructionIndex() override; + virtual BNILIndexRange getILIndexRange() override; void scrollToCursor(bool center = false); bool isUpdating(); |
