summaryrefslogtreecommitdiff
path: root/src/dcp.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-06 13:12:56 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-06 13:12:56 +0000
commite647ebc6c68ebba8d9ad65c84e37d8ee949c4b22 (patch)
treeea540625abf01177e453c0122b121c2f3b55777f /src/dcp.h
parent9851471eed3151fd189ed6f63373ef8701627eb0 (diff)
Don't give ASSETMAP/VOLINDEX an .xml suffix with interop DCPs.
Diffstat (limited to 'src/dcp.h')
-rw-r--r--src/dcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dcp.h b/src/dcp.h
index 635a972d..59790f09 100644
--- a/src/dcp.h
+++ b/src/dcp.h
@@ -129,7 +129,7 @@ private:
std::string write_pkl (std::string pkl_uuid, bool, XMLMetadata const &, boost::shared_ptr<const Signer>) const;
/** Write the VOLINDEX file */
- void write_volindex () const;
+ void write_volindex (bool) const;
/** Write the ASSETMAP file.
* @param pkl_uuid UUID of our PKL.