Add some missing override labels.
[dcpomatic.git] / src / lib / file_log.h
index d7667f799ba37cd40e1aecb5c8aa81dd5c09db9f..2795349ce6522dbb39c4804157368b201bfa1c58 100644 (file)
@@ -28,10 +28,10 @@ public:
        explicit FileLog (boost::filesystem::path file);
        FileLog (boost::filesystem::path file, int types);
 
-       std::string head_and_tail (int amount = 1024) const;
+       std::string head_and_tail (int amount = 1024) const override;
 
 private:
-       void do_log (std::shared_ptr<const LogEntry> entry);
+       void do_log (std::shared_ptr<const LogEntry> entry) override;
 
        /** filename to write to */
        boost::filesystem::path _file;