summaryrefslogtreecommitdiff
path: root/src/lib/ext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ext.h')
-rw-r--r--src/lib/ext.h2
1 files changed, 1 insertions, 1 deletions
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<boost::filesystem::path> dcp_paths, std::string device, std::string posix_partition, Nanomsg* nanomsg);
}