More accurate calculation of export video pts; may fix #1663.
[dcpomatic.git] / src / lib / file_log.h
index 6904bfd77436def72047217d00dbd9823771ddf2..53fbe4f765308a391a0cf1c591b323c960f255b8 100644 (file)
@@ -29,6 +29,7 @@ public:
 
 private:
        void do_log (boost::shared_ptr<const LogEntry> entry);
+
        /** filename to write to */
        boost::filesystem::path _file;
 };