From c1229ba3e750fa0c877ef8444da82e8ea4a9638f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 9 Oct 2022 14:13:39 +0200 Subject: Make CPL metadata writing optional. --- src/cpl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/cpl.h') diff --git a/src/cpl.h b/src/cpl.h index c1489a2c..aaa82740 100644 --- a/src/cpl.h +++ b/src/cpl.h @@ -126,7 +126,8 @@ public: */ void write_xml ( boost::filesystem::path file, - std::shared_ptr + std::shared_ptr, + bool write_cpl_metadata = true ) const; void resolve_refs (std::vector>); -- cgit v1.2.3