Moved key/cred resolution classes out of xmlsig namespace.
[shibboleth/cpp-opensaml.git] / saml / saml2 / binding / SAML2RedirectEncoder.h
index 82fdba5..7e7b06e 100644 (file)
@@ -41,7 +41,7 @@ namespace opensaml {
                 const char* destination,
                 const char* recipientID=NULL,
                 const char* relayState=NULL,
-                const xmlsignature::CredentialResolver* credResolver=NULL,
+                const xmltooling::CredentialResolver* credResolver=NULL,
                 const XMLCh* sigAlgorithm=NULL
                 ) const;
         };