From 06f0ba166ff4b811ff0c635434d06dc8abfaa5ab Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 16 Aug 2016 15:05:33 +0100 Subject: Fix PKL path when using customised filenames. --- src/dcp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dcp.h') diff --git a/src/dcp.h b/src/dcp.h index fecf3cff..2f297d82 100644 --- a/src/dcp.h +++ b/src/dcp.h @@ -140,9 +140,9 @@ private: /** Write the ASSETMAP file. * @param pkl_uuid UUID of our PKL. - * @param pkl_length Length of our PKL in bytes. + * @param pkl_path Pathname of our PKL file. */ - void write_assetmap (Standard standard, std::string pkl_uuid, int pkl_length, XMLMetadata metadata) const; + void write_assetmap (Standard standard, std::string pkl_uuid, boost::filesystem::path pkl_path, XMLMetadata metadata) const; /** the directory that we are writing to */ boost::filesystem::path _directory; -- cgit v1.2.3