Add some missing override labels.
[dcpomatic.git] / src / lib / string_log_entry.h
index 143ada024be67f45c0370311de362413fc15135c..542a846460e1c5637618befcc2498f6812d67920 100644 (file)
@@ -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;
        }