Switch to virtual inheritance.
authorcantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Tue, 13 Feb 2007 21:28:56 +0000 (21:28 +0000)
committercantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Tue, 13 Feb 2007 21:28:56 +0000 (21:28 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-opensaml2/trunk@182 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0

saml/binding/SOAPClient.h

index 2c745cc..e9fa25f 100644 (file)
@@ -31,7 +31,7 @@ namespace opensaml {
     /**
      * Specialized SOAPClient for SAML SOAP bindings.
      */
-    class SAML_API SOAPClient : public soap11::SOAPClient
+    class SAML_API SOAPClient : public virtual soap11::SOAPClient
     {
     public:
         /**