Fix parameter name to match doc comment.
[shibboleth/cpp-opensaml.git] / saml / binding / MessageDecoder.h
index 746e8a1..9f3905d 100644 (file)
@@ -163,7 +163,7 @@ namespace opensaml {
          */
         virtual void extractMessageDetails (
             const xmltooling::XMLObject& message,
-            const xmltooling::GenericRequest& genericRequest,
+            const xmltooling::GenericRequest& request,
             const XMLCh* protocol,
             SecurityPolicy& policy
             ) const=0;