X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fext.h;h=367a71ba944df120e2dd9fa743df59dadd781ff6;hb=182b9d2e2feb6545592868606aaf0f0146095481;hp=7c8afd58f7383ee4575bd4bc585eaaefa1a8bac9;hpb=d4f0bd6523854be0e03b6b14d00d8def3c1ce384;p=dcpomatic.git diff --git a/src/lib/ext.h b/src/lib/ext.h index 7c8afd58f..367a71ba9 100644 --- a/src/lib/ext.h +++ b/src/lib/ext.h @@ -29,7 +29,7 @@ class Nanomsg; namespace dcpomatic { -extern void write (boost::filesystem::path dcp_path, std::string device, std::string posix_partition, Nanomsg* nanomsg); +extern void write (std::vector dcp_paths, std::string device, std::string posix_partition, Nanomsg* nanomsg); }