X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Ffile_log.h;h=53fbe4f765308a391a0cf1c591b323c960f255b8;hp=6904bfd77436def72047217d00dbd9823771ddf2;hb=ce17803bf356f3e796dccde43b4cc3656609e7fc;hpb=c6871fe8617b3de03662b7630355059393bf8043 diff --git a/src/lib/file_log.h b/src/lib/file_log.h index 6904bfd77..53fbe4f76 100644 --- a/src/lib/file_log.h +++ b/src/lib/file_log.h @@ -29,6 +29,7 @@ public: private: void do_log (boost::shared_ptr entry); + /** filename to write to */ boost::filesystem::path _file; };