summaryrefslogtreecommitdiff
path: root/ui/flowgraphwidget.h
diff options
context:
space:
mode:
authorJosh Ferrell <josh@vector35.com>2025-01-28 14:18:07 -0500
committerJosh Ferrell <josh@vector35.com>2025-01-28 14:18:07 -0500
commit2d97a80d7f659133813a40d82e00806f4f14d03b (patch)
treed9fb01209fc16b1db917b3cccf31f0415e62bebe /ui/flowgraphwidget.h
parent7fc1623f3bd90663e84bab236b8052dbd4901b54 (diff)
Add CursorPosition::operator<=
Diffstat (limited to 'ui/flowgraphwidget.h')
-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;