summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ui/flowgraphwidget.h1
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;