Change internal name dist -> disk.
[dcpomatic.git] / src / lib / cross.h
index 63e542dc9074d0973c9405562ff6258c22d934c0..20bab38a29e7296f8a52130cfd204aa56a417efd 100644 (file)
@@ -45,7 +45,7 @@ extern std::string cpu_info ();
 extern void run_ffprobe (boost::filesystem::path, boost::filesystem::path);
 extern std::list<std::pair<std::string, std::string> > mount_info ();
 extern boost::filesystem::path openssl_path ();
-extern boost::filesystem::path dist_writer_path ();
+extern boost::filesystem::path disk_writer_path ();
 #ifdef DCPOMATIC_OSX
 extern boost::filesystem::path app_contents ();
 #endif