Missed a public.
authorScott Cantor <cantor.2@osu.edu>
Mon, 12 Feb 2007 05:35:05 +0000 (05:35 +0000)
committerScott Cantor <cantor.2@osu.edu>
Mon, 12 Feb 2007 05:35:05 +0000 (05:35 +0000)
saml/saml2/binding/SAML2SOAPClient.h

index 23b65a8..842150a 100644 (file)
@@ -35,7 +35,7 @@ namespace opensaml {
         /**
          * Specialized SOAPClient for SAML 2.0 SOAP binding.
          */
-        class SAML_API SAML2SOAPClient : opensaml::SOAPClient
+        class SAML_API SAML2SOAPClient : public opensaml::SOAPClient
         {
         public:
             /**