Missed a public.
authorcantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Mon, 12 Feb 2007 05:35:05 +0000 (05:35 +0000)
committercantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Mon, 12 Feb 2007 05:35:05 +0000 (05:35 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-opensaml2/trunk@179 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0

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:
             /**