First SOAP encoder.
[shibboleth/cpp-opensaml.git] / saml / saml2 / binding / SAML2POSTEncoder.h
index 2c0c25d..521a4ae 100644 (file)
@@ -33,7 +33,7 @@ namespace opensaml {
         {
         public:
             SAML2POSTEncoder(const DOMElement* e, bool simple=false);
-            virtual ~SAML2POSTEncoder();
+            virtual ~SAML2POSTEncoder() {}
             
             long encode(
                 GenericResponse& genericResponse,