diff options
Diffstat (limited to 'src/cpl.h')
| -rw-r--r-- | src/cpl.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -126,7 +126,8 @@ public: */ void write_xml ( boost::filesystem::path file, - std::shared_ptr<const CertificateChain> + std::shared_ptr<const CertificateChain>, + bool write_cpl_metadata = true ) const; void resolve_refs (std::vector<std::shared_ptr<Asset>>); |
