Rename shared_path -> resources_path.
[dcpomatic.git] / src / lib / cross_osx.cc
index 412259e6a0e687ef62a23a1c899040c2b6c61c09..ef193b640aa202a0288c7e5ea800934bf50228c1 100644 (file)
@@ -117,7 +117,7 @@ directory_containing_executable ()
 
 
 boost::filesystem::path
-shared_path ()
+resources_path ()
 {
        return directory_containing_executable().parent_path() / "Resources";
 }
@@ -126,7 +126,7 @@ shared_path ()
 boost::filesystem::path
 xsd_path ()
 {
-       return shared_path() / "xsd";
+       return resources_path() / "xsd";
 }