Catch exceptions on loading config.
[dcpomatic.git] / src / lib / config.h
index 05005e5903d374a97472821976001320351c8133..96aa4e44969d730d1490263b8c094b32d8370dbc 100644 (file)
@@ -213,6 +213,7 @@ public:
 private:
        Config ();
        std::string file (bool) const;
+       void read ();
        void read_old_metadata ();
 
        /** number of threads to use for J2K encoding on the local machine */