Skip to content

Commit 56877b1

Browse files
committed
Add CursorPosition::operator==
1 parent 2a74060 commit 56877b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ui/flowgraphwidget.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,11 @@ class BINARYNINJAUIAPI FlowGraphWidget :
8282
size_t lineIndexForAddress;
8383
size_t tokenIndex;
8484
size_t characterIndex;
85-
// Directly from QMouseEvent, not used in comparator
85+
// Directly from QMouseEvent, not used in comparators
8686
int cursorX;
8787
int cursorY;
8888

89+
bool operator==(const CursorPosition& other) const;
8990
bool operator<(const CursorPosition& other) const;
9091
};
9192

0 commit comments

Comments
 (0)