First SOAP encoder.
[shibboleth/cpp-opensaml.git] / saml / saml2 / binding / SAML2ArtifactDecoder.h
index bf297c0..ad35e45 100644 (file)
@@ -37,7 +37,7 @@ namespace opensaml {
         {
         public:
             SAML2ArtifactDecoder(const DOMElement* e);
-            virtual ~SAML2ArtifactDecoder();
+            virtual ~SAML2ArtifactDecoder() {}
             
             xmltooling::XMLObject* decode(
                 std::string& relayState,