aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/input.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/input.hpp')
-rw-r--r--src/interfaces/input.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/input.hpp b/src/interfaces/input.hpp
index 795ade2..b71de67 100644
--- a/src/interfaces/input.hpp
+++ b/src/interfaces/input.hpp
@@ -6,6 +6,7 @@
#include <cstddef>
#include <memory>
+// NOLINTNEXTLINE(cppcoreguidelines-special-member-functions)
class IInputHandler : public IPublisher<char, std::nullptr_t>
{
public: