Add some missing override labels.
[dcpomatic.git] / src / lib / encoded_log_entry.h
index 54eb9dfaec09d1be20f1a6ae9bce2c3c79607b32..fadf48add6bfd37334cc2d886f5758f3b04b573a 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2015 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2015-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
+
 #include "log_entry.h"
 
+
 class EncodedLogEntry : public LogEntry
 {
 public:
        EncodedLogEntry (int frame, std::string ip, double receive, double encode, double send);
 
-       std::string message () const;
+       std::string message () const override;
 
 private:
        int _frame;