Add disk writer tool.
[dcpomatic.git] / src / lib / file_log.h
index 53fbe4f765308a391a0cf1c591b323c960f255b8..613dd0939df990c1e0acc1f699cd4faeb15a9ea6 100644 (file)
@@ -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;