Rename shared_path -> resources_path.
[dcpomatic.git] / src / lib / cross_osx.cc
index e91d3df16c4a6e982bcd871aee39d3b2de77ed1e..ef193b640aa202a0288c7e5ea800934bf50228c1 100644 (file)
@@ -117,12 +117,19 @@ directory_containing_executable ()
 
 
 boost::filesystem::path
-shared_path ()
+resources_path ()
 {
        return directory_containing_executable().parent_path() / "Resources";
 }
 
 
+boost::filesystem::path
+xsd_path ()
+{
+       return resources_path() / "xsd";
+}
+
+
 void
 run_ffprobe (boost::filesystem::path content, boost::filesystem::path out)
 {