X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fext.h;h=367a71ba944df120e2dd9fa743df59dadd781ff6;hp=7c8afd58f7383ee4575bd4bc585eaaefa1a8bac9;hb=4bdaccb5ede7d9a1066e0a0665fcfce9b1e3241e;hpb=6d101863c87b34af5c3992168182e80445e56ec7 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); }