Missing set up of AtmosVersion when writing Atmos assets.
[libdcp.git] / src / certificate_chain.h
index 8b54604d2f6d38e4a2a549231e6e8368ecb35b63..63ef89015eee80e7cc6dd8822759d82865fc6e66 100644 (file)
@@ -103,7 +103,7 @@ public:
        bool private_key_valid () const;
 
        void sign (xmlpp::Element* parent, Standard standard) const;
-       void add_signature_value (xmlpp::Element* parent, std::string ns) const;
+       void add_signature_value (xmlpp::Element* parent, std::string ns, bool add_indentation) const;
 
        boost::optional<std::string> key () const {
                return _key;