Reducing header overuse, non-inlining selected methods (CPPOST-35).
[shibboleth/cpp-xmltooling.git] / xmltooling / signature / ContentReference.h
index a24c9d0..f902ee4 100644 (file)
@@ -35,7 +35,7 @@ namespace xmlsignature {
     {
         MAKE_NONCOPYABLE(ContentReference);
     public:
-        virtual ~ContentReference() {}
+        virtual ~ContentReference();
 
         /**
          * Given a native signature, asks the object to create the reference(s).
@@ -46,7 +46,7 @@ namespace xmlsignature {
         
     protected:
         /** Default constructor. */
-        ContentReference() {}
+        ContentReference();
     };
 };