swaroop: restart playback after player crash.
[dcpomatic.git] / src / lib / config.h
index 94690a72709d9a8f1c615b89a428f57e8e2e4095..baf446df318738c1176a7bc4188b9ddb1a961881 100644 (file)
@@ -1033,13 +1033,13 @@ public:
        static void restore_defaults ();
        static bool have_existing (std::string);
        static boost::filesystem::path config_file ();
+       static boost::filesystem::path path (std::string file, bool create_directories = true);
 
        /** If set, this overrides the standard path (in home, Library, AppData or wherever) for config.xml and cinemas.xml */
        static boost::optional<boost::filesystem::path> override_path;
 
 private:
        Config ();
-       static boost::filesystem::path path (std::string file, bool create_directories = true);
        void read ();
        void set_defaults ();
        void set_kdm_email_to_default ();