First SOAP encoder.
[shibboleth/cpp-opensaml.git] / saml / saml1 / binding / SAML1ArtifactDecoder.h
index c1e384b..d1e3e89 100644 (file)
@@ -34,7 +34,7 @@ namespace opensaml {
         {
         public:
             SAML1ArtifactDecoder(const DOMElement* e);
-            virtual ~SAML1ArtifactDecoder();
+            virtual ~SAML1ArtifactDecoder() {}
             
             Response* decode(
                 std::string& relayState,