Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic
[dcpomatic.git] / src / lib / file_log.h
index 6904bfd77436def72047217d00dbd9823771ddf2..83f3696095cd7d48cf8529c3bbf9c52f2b59e6cf 100644 (file)
@@ -29,6 +29,9 @@ public:
 
 private:
        void do_log (boost::shared_ptr<const LogEntry> entry);
+       void config_changed ();
+
        /** filename to write to */
        boost::filesystem::path _file;
+       boost::signals2::scoped_connection _config_connection;
 };