diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-16 15:05:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-16 15:05:33 +0100 |
| commit | 06f0ba166ff4b811ff0c635434d06dc8abfaa5ab (patch) | |
| tree | 913da28f6c2f2c2b93bdcf305135e57e9c266023 /src/dcp.h | |
| parent | 5f61c01c7759e1420adbf201a8ccf01beac1536d (diff) | |
Fix PKL path when using customised filenames.
Diffstat (limited to 'src/dcp.h')
| -rw-r--r-- | src/dcp.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |
