Switch to virtual inheritance.
authorScott Cantor <cantor.2@osu.edu>
Tue, 13 Feb 2007 21:28:56 +0000 (21:28 +0000)
committerScott Cantor <cantor.2@osu.edu>
Tue, 13 Feb 2007 21:28:56 +0000 (21:28 +0000)
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:
         /**