X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ffile_log.h;h=2795349ce6522dbb39c4804157368b201bfa1c58;hb=53d0a9a844841fe10b2720543c032a687c548108;hp=d7667f799ba37cd40e1aecb5c8aa81dd5c09db9f;hpb=689fa55d1529ad88449ca464e9107c4dcc54d1cb;p=dcpomatic.git diff --git a/src/lib/file_log.h b/src/lib/file_log.h index d7667f799..2795349ce 100644 --- a/src/lib/file_log.h +++ b/src/lib/file_log.h @@ -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 entry); + void do_log (std::shared_ptr entry) override; /** filename to write to */ boost::filesystem::path _file;