summaryrefslogtreecommitdiff
path: root/src/dcp.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-08-16 15:05:33 +0100
committerCarl Hetherington <cth@carlh.net>2016-08-16 15:05:33 +0100
commit06f0ba166ff4b811ff0c635434d06dc8abfaa5ab (patch)
tree913da28f6c2f2c2b93bdcf305135e57e9c266023 /src/dcp.h
parent5f61c01c7759e1420adbf201a8ccf01beac1536d (diff)
Fix PKL path when using customised filenames.
Diffstat (limited to 'src/dcp.h')
-rw-r--r--src/dcp.h4
1 files changed, 2 insertions, 2 deletions
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;