X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fcross.h;fp=src%2Flib%2Fcross.h;h=ed1d0c8e780836cc3281d89a314e5fc16580bb34;hp=91911330577d3a1991b6bcc4e1699f0095ab3927;hb=ccacce39c39d16977ab6c1592fcb6e941b05ddff;hpb=18cb0e914922cd76e9c205e88962816970b5c0cb diff --git a/src/lib/cross.h b/src/lib/cross.h index 919113305..ed1d0c8e7 100644 --- a/src/lib/cross.h +++ b/src/lib/cross.h @@ -64,7 +64,7 @@ extern int avio_open_boost (AVIOContext** s, boost::filesystem::path file, int f extern boost::filesystem::path home_directory (); extern bool running_32_on_64 (); extern void unprivileged (); -extern boost::filesystem::path config_path (); +extern boost::filesystem::path config_path (boost::optional version); extern boost::filesystem::path directory_containing_executable (); extern boost::filesystem::path fix_long_path (boost::filesystem::path path); extern bool show_in_file_manager (boost::filesystem::path dir, boost::filesystem::path select);