X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=saml%2FAssertion.h;h=c9fdef968c5b327ba131bbe00325224b37a5fa8b;hp=dd29488e0ca2f08f7e687cd0c2bb9a8efe3343d0;hb=d8a4f024b89272eae00618fc39e6127b6c191edd;hpb=9f10292e987cc822929bb83f9462e21874b9863a diff --git a/saml/Assertion.h b/saml/Assertion.h index dd29488..c9fdef9 100644 --- a/saml/Assertion.h +++ b/saml/Assertion.h @@ -34,9 +34,9 @@ namespace opensaml { class SAML_API Assertion : public virtual RootObject { public: - virtual ~Assertion() {} + virtual ~Assertion(); protected: - Assertion() {} + Assertion(); }; };