Attempt to fix Sony digest validation by indenting the <Signer>
[libdcp.git] / src / certificate_chain.h
index 365632fe138b21a6bf4f5c4d4281563034024325..8b54604d2f6d38e4a2a549231e6e8368ecb35b63 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::Node* parent, std::string ns) const;
+       void add_signature_value (xmlpp::Element* parent, std::string ns) const;
 
        boost::optional<std::string> key () const {
                return _key;