diff options
Diffstat (limited to 'src/interfaces/publisher.hpp')
-rw-r--r-- | src/interfaces/publisher.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/publisher.hpp b/src/interfaces/publisher.hpp index 14766ed..ef1e61c 100644 --- a/src/interfaces/publisher.hpp +++ b/src/interfaces/publisher.hpp @@ -6,6 +6,7 @@ #include <memory> template <typename Event, typename Context> +// NOLINTNEXTLINE(cppcoreguidelines-special-member-functions) class IPublisher { public: |