diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-10-09 14:13:39 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-10-09 14:14:31 +0200 |
| commit | c1229ba3e750fa0c877ef8444da82e8ea4a9638f (patch) | |
| tree | 8d0d7727639dd2d1bbcbe840e27f31c7f4365fb5 /src/cpl.h | |
| parent | 3005571cd08c3bdd233fd073b6ae956b9d98b570 (diff) | |
Make CPL metadata writing optional.optional-cpl-metadata
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>>); |
