X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ffile_log.h;h=613dd0939df990c1e0acc1f699cd4faeb15a9ea6;hb=15a83d720780d58f905d40f8493cdcb86596eaee;hp=83f3696095cd7d48cf8529c3bbf9c52f2b59e6cf;hpb=b1aae1f32e72cd96768d6134ef62fd4b45a9bd54;p=dcpomatic.git diff --git a/src/lib/file_log.h b/src/lib/file_log.h index 83f369609..613dd0939 100644 --- a/src/lib/file_log.h +++ b/src/lib/file_log.h @@ -24,14 +24,13 @@ 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; private: void do_log (boost::shared_ptr entry); - void config_changed (); /** filename to write to */ boost::filesystem::path _file; - boost::signals2::scoped_connection _config_connection; };