summaryrefslogtreecommitdiff
path: root/src/pkl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkl.h')
-rw-r--r--src/pkl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkl.h b/src/pkl.h
index baa8a3e2..8b1b88a3 100644
--- a/src/pkl.h
+++ b/src/pkl.h
@@ -67,7 +67,7 @@ public:
void clear_assets();
void add_asset (std::string id, boost::optional<std::string> annotation_text, std::string hash, int64_t size, std::string type);
- void write (boost::filesystem::path file, std::shared_ptr<const CertificateChain> signer) const;
+ void write_xml (boost::filesystem::path file, std::shared_ptr<const CertificateChain> signer) const;
/** @return the most recent disk file used to read or write this PKL, if there is one */
boost::optional<boost::filesystem::path> file () const {