Merge master.
[dcpomatic.git] / src / lib / config.h
index 011ca716faef1839a1227daaa14bd74ad50cab7b..13d36d236da762fe7f9d9e999165b3c43f952fdb 100644 (file)
@@ -177,7 +177,8 @@ public:
 
 private:
        Config ();
-       std::string file () const;
+       std::string file (bool) const;
+       void read_old_metadata ();
 
        /** number of threads to use for J2K encoding on the local machine */
        int _num_local_encoding_threads;