First SOAP encoder.
[shibboleth/cpp-opensaml.git] / saml / saml2 / binding / SAML2POSTDecoder.h
index 00edb7a..e311366 100644 (file)
@@ -34,7 +34,7 @@ namespace opensaml {
         {
         public:
             SAML2POSTDecoder(const DOMElement* e);
-            virtual ~SAML2POSTDecoder();
+            virtual ~SAML2POSTDecoder() {}
             
             saml2::RootObject* decode(
                 std::string& relayState,