X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2Fcross.h;h=63ae72c018dd57ddcf766b1327ee4ecce40b0e43;hb=e3c78ffdb5e562841e86e6f59a20494159c44de7;hp=0ba43cc4058c615fe426e23babdc1239cae1dfb9;hpb=4c804a0d92ebd03b70bfc7f736fcaf5f77cb3bb7;p=dcpomatic.git diff --git a/src/lib/cross.h b/src/lib/cross.h index 0ba43cc40..63ae72c01 100644 --- a/src/lib/cross.h +++ b/src/lib/cross.h @@ -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);