diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-06 13:12:56 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-06 13:12:56 +0000 |
| commit | e647ebc6c68ebba8d9ad65c84e37d8ee949c4b22 (patch) | |
| tree | ea540625abf01177e453c0122b121c2f3b55777f /src/dcp.h | |
| parent | 9851471eed3151fd189ed6f63373ef8701627eb0 (diff) | |
Don't give ASSETMAP/VOLINDEX an .xml suffix with interop DCPs.
Diffstat (limited to 'src/dcp.h')
| -rw-r--r-- | src/dcp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
