diff options
Diffstat (limited to 'src/interfaces/cursor.hpp')
-rw-r--r-- | src/interfaces/cursor.hpp | 1 |
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: |