X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ffile_log.cc;h=f6eaa58f8ebaf85b4e02630fee9ab869f91115c2;hb=715d87a4cf9e4697a2f67881776c19c4ce8af581;hp=c2a33d4252b3a7a582fa2ae1c45a48508e1c270d;hpb=3828baf56467224f5d44049bf1e7a7ed11f43a05;p=dcpomatic.git diff --git a/src/lib/file_log.cc b/src/lib/file_log.cc index c2a33d425..f6eaa58f8 100644 --- a/src/lib/file_log.cc +++ b/src/lib/file_log.cc @@ -20,6 +20,7 @@ #include "file_log.h" #include "cross.h" +#include "config.h" #include #include @@ -32,7 +33,7 @@ using boost::shared_ptr; FileLog::FileLog (boost::filesystem::path file) : _file (file) { - + set_types (Config::instance()->log_types()); } void