Stop using static initialisation so that dcpomatic::write() can be called more than...
[dcpomatic.git] / src / lib / stdout_log.h
index f4335e8e5c1dea356f21994fba6fae4484e08059..2d5f30ee82a218402a21c07414cf4cf0402e53c4 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012-2020 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2012-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
+
 #include "log.h"
 
+
 class StdoutLog : public Log
 {
 public:
@@ -27,5 +29,5 @@ public:
        explicit StdoutLog (int types);
 
 private:
-       void do_log (std::shared_ptr<const LogEntry> entry);
+       void do_log (std::shared_ptr<const LogEntry> entry) override;
 };