From b1aae1f32e72cd96768d6134ef62fd4b45a9bd54 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 26 Nov 2018 01:22:06 +0000 Subject: Don't access Config from the static creation of dcpomatic_log. --- src/lib/file_log.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lib/file_log.h') diff --git a/src/lib/file_log.h b/src/lib/file_log.h index 6904bfd77..83f369609 100644 --- a/src/lib/file_log.h +++ b/src/lib/file_log.h @@ -29,6 +29,9 @@ public: 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; }; -- cgit v1.2.3