diff options
Diffstat (limited to 'src/interfaces/command.hpp')
-rw-r--r-- | src/interfaces/command.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/command.hpp b/src/interfaces/command.hpp index 6220af1..f433eab 100644 --- a/src/interfaces/command.hpp +++ b/src/interfaces/command.hpp @@ -4,6 +4,7 @@ #include <cstddef> +// NOLINTNEXTLINE(cppcoreguidelines-special-member-functions) class ICommand : public ISubscriber<std::nullptr_t> { public: |