aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/logging/logger.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/corelib/logging/logger.h')
-rw-r--r--src/lib/corelib/logging/logger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/corelib/logging/logger.h b/src/lib/corelib/logging/logger.h
index b0b5dd6f3..419a371c2 100644
--- a/src/lib/corelib/logging/logger.h
+++ b/src/lib/corelib/logging/logger.h
@@ -70,7 +70,7 @@ public:
// a << chain prints the accumulated data
LogWriter(const LogWriter &other);
~LogWriter();
- const LogWriter &operator=(const LogWriter &other);
+ const LogWriter &operator=(const LogWriter &other); // NOLINT
void write(char c);
void write(const char *str);