diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-11-26 01:22:06 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-11-26 01:22:06 +0000 |
| commit | b1aae1f32e72cd96768d6134ef62fd4b45a9bd54 (patch) | |
| tree | 5fde83efa2e96ec58a85688168dfd439fc4aa363 /src/lib/file_log.h | |
| parent | e2e5928f1056cfc555a87060592aaf20fcdbcf4f (diff) | |
Don't access Config from the static creation of dcpomatic_log.
Diffstat (limited to 'src/lib/file_log.h')
| -rw-r--r-- | src/lib/file_log.h | 3 |
1 files changed, 3 insertions, 0 deletions
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<const LogEntry> entry); + void config_changed (); + /** filename to write to */ boost::filesystem::path _file; + boost::signals2::scoped_connection _config_connection; }; |
