diff options
| -rw-r--r-- | ui/flowgraphwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h index b36c9043..858b8126 100644 --- a/ui/flowgraphwidget.h +++ b/ui/flowgraphwidget.h @@ -88,6 +88,7 @@ class BINARYNINJAUIAPI FlowGraphWidget : bool operator==(const CursorPosition& other) const; bool operator<(const CursorPosition& other) const; + bool operator<=(const CursorPosition& other) const; }; BinaryViewRef m_data; |
