aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/subscriber.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/subscriber.hpp')
-rw-r--r--src/interfaces/subscriber.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/subscriber.hpp b/src/interfaces/subscriber.hpp
index 6641be7..942c1d5 100644
--- a/src/interfaces/subscriber.hpp
+++ b/src/interfaces/subscriber.hpp
@@ -1,6 +1,7 @@
#pragma once
template <typename Context>
+// NOLINTNEXTLINE(cppcoreguidelines-special-member-functions)
class ISubscriber
{
public: