summaryrefslogtreecommitdiff
path: root/src/lib/string_log_entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/string_log_entry.h')
-rw-r--r--src/lib/string_log_entry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/string_log_entry.h b/src/lib/string_log_entry.h
index 143ada024..542a84646 100644
--- a/src/lib/string_log_entry.h
+++ b/src/lib/string_log_entry.h
@@ -28,7 +28,7 @@ class StringLogEntry : public LogEntry
public:
StringLogEntry (int type, std::string message);
- std::string message () const {
+ std::string message () const override {
return _message;
}