Rename shared_path -> resources_path.
[dcpomatic.git] / src / lib / cross.h
index 0ba43cc4058c615fe426e23babdc1239cae1dfb9..63ae72c018dd57ddcf766b1327ee4ecce40b0e43 100644 (file)
@@ -53,7 +53,7 @@ extern boost::filesystem::path disk_writer_path ();
 #ifdef DCPOMATIC_WINDOWS
 extern void maybe_open_console ();
 #endif
-extern boost::filesystem::path shared_path ();
+extern boost::filesystem::path resources_path ();
 extern boost::filesystem::path xsd_path ();
 extern FILE * fopen_boost (boost::filesystem::path, std::string);
 extern int dcpomatic_fseek (FILE *, int64_t, int);