X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=saml%2Fbinding%2FArtifactMap.h;h=3e9b3232f57c3ac889767e20f3096ffcceb1d1c6;hb=3e12b03ef5f4ad38074b127845f7b08c834cd3cc;hp=36f533af00f76a98045d595c66d7fb9815c8dc9f;hpb=0559a5cb760882cbe43382dfacfd0a028ade1069;p=shibboleth%2Fcpp-opensaml.git diff --git a/saml/binding/ArtifactMap.h b/saml/binding/ArtifactMap.h index 36f533a..3e9b323 100644 --- a/saml/binding/ArtifactMap.h +++ b/saml/binding/ArtifactMap.h @@ -56,7 +56,7 @@ namespace opensaml { * @param e root of a DOM with optional XML attributes for context and artifactTTL * @param storage pointer to a StorageService, or NULL to keep map in memory */ - ArtifactMap(const DOMElement* e, xmltooling::StorageService* storage=NULL); + ArtifactMap(const xercesc::DOMElement* e, xmltooling::StorageService* storage=NULL); virtual ~ArtifactMap();