summaryrefslogtreecommitdiff
path: root/src/signer.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-09-24 18:54:09 +0100
committerCarl Hetherington <cth@carlh.net>2013-09-24 18:54:09 +0100
commit725c1f0ead60e73e9dbc17337c416ac4d2720c55 (patch)
tree132b82fbdb44320e74289ee6400c4a39d162439e /src/signer.h
parentb0b83d69f38a8239f3df1e2872b6cfebf9f84af8 (diff)
Various KDM work.
Diffstat (limited to 'src/signer.h')
-rw-r--r--src/signer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/signer.h b/src/signer.h
index a4d10b2a..5ae7cf51 100644
--- a/src/signer.h
+++ b/src/signer.h
@@ -31,7 +31,7 @@ public:
{}
void sign (xmlpp::Element* parent, bool interop) const;
- void add_signature_value (xmlpp::Element* parent, std::string ns) const;
+ void add_signature_value (xmlpp::Node* parent, std::string ns) const;
CertificateChain const & certificates () const {
return _certificates;