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