X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ffile_log.h;h=613dd0939df990c1e0acc1f699cd4faeb15a9ea6;hb=8902a7adb63e2dac24e877ed1035bf344397c260;hp=53fbe4f765308a391a0cf1c591b323c960f255b8;hpb=a5be11a965c2c38442e4e069874e7e21b5b43a5c;p=dcpomatic.git diff --git a/src/lib/file_log.h b/src/lib/file_log.h index 53fbe4f76..613dd0939 100644 --- a/src/lib/file_log.h +++ b/src/lib/file_log.h @@ -24,6 +24,7 @@ class FileLog : public Log { public: explicit FileLog (boost::filesystem::path file); + FileLog (boost::filesystem::path file, int types); std::string head_and_tail (int amount = 1024) const;