aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/cursor.hpp
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-03-29 17:20:27 +0200
committerHampusM <hampus@hampusmat.com>2022-06-13 17:56:57 +0200
commitacf72075ed32e5a679d49ffedc0c28d8ac2aea8b (patch)
tree3efaa0c4eb4d750e5e55393e37b40228a102f9f2 /src/interfaces/cursor.hpp
parent6bea1363c9b3f01fec5b54fd0f3a3ee91fa16672 (diff)
chore: add nolint comments to interfaces
Diffstat (limited to 'src/interfaces/cursor.hpp')
-rw-r--r--src/interfaces/cursor.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/cursor.hpp b/src/interfaces/cursor.hpp
index 7112f9a..caa89df 100644
--- a/src/interfaces/cursor.hpp
+++ b/src/interfaces/cursor.hpp
@@ -12,6 +12,7 @@ enum CursorEvent
POSITION_CHANGE
};
+// NOLINTNEXTLINE(cppcoreguidelines-special-member-functions)
class ICursorController : public IPublisher<CursorEvent, Vector2>
{
public: