Reducing header overuse, non-inlining selected methods (CPPOST-35).
[shibboleth/cpp-opensaml.git] / saml / Assertion.h
index dd29488..c9fdef9 100644 (file)
@@ -34,9 +34,9 @@ namespace opensaml {
     class SAML_API Assertion : public virtual RootObject
     {
     public:
-        virtual ~Assertion() {}
+        virtual ~Assertion();
     protected:
-        Assertion() {}
+        Assertion();
     };
 
 };