diff options
| -rw-r--r-- | ui/flowgraphwidget.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h index e41c8586..b36c9043 100644 --- a/ui/flowgraphwidget.h +++ b/ui/flowgraphwidget.h @@ -82,10 +82,11 @@ class BINARYNINJAUIAPI FlowGraphWidget : size_t lineIndexForAddress; size_t tokenIndex; size_t characterIndex; - // Directly from QMouseEvent, not used in comparator + // Directly from QMouseEvent, not used in comparators int cursorX; int cursorY; + bool operator==(const CursorPosition& other) const; bool operator<(const CursorPosition& other) const; }; |
