Back-end support for linked configuration.
[dcpomatic.git] / src / lib / config.h
index 970810a7734214a68f3ad39a3d0718c54a94a3d6..200857aa9f74be788bbac14089eacda2d41e71c6 100644 (file)
@@ -646,6 +646,7 @@ public:
 private:
        Config ();
        static boost::filesystem::path path (std::string file, bool create_directories = true);
+       static boost::filesystem::path target (boost::filesystem::path file);
        void read ();
        void set_defaults ();
        void set_kdm_email_to_default ();