diff options
| author | Josh Ferrell <josh@vector35.com> | 2025-01-28 14:18:07 -0500 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2025-01-28 14:18:07 -0500 |
| commit | 2d97a80d7f659133813a40d82e00806f4f14d03b (patch) | |
| tree | d9fb01209fc16b1db917b3cccf31f0415e62bebe /ui/flowgraphwidget.h | |
| parent | 7fc1623f3bd90663e84bab236b8052dbd4901b54 (diff) | |
Add CursorPosition::operator<=
Diffstat (limited to 'ui/flowgraphwidget.h')
| -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; |
