From 30426ea923b2def0f987bfcc551b55c05d3be774 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 27 Sep 2009 02:00:48 +0000 Subject: [PATCH] don't dll export inline functions --- include/qpdf/QPDFObject.hh | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/include/qpdf/QPDFObject.hh b/include/qpdf/QPDFObject.hh index 22c400a..df8ea42 100644 --- a/include/qpdf/QPDFObject.hh +++ b/include/qpdf/QPDFObject.hh @@ -15,7 +15,6 @@ class QPDFObject { public: - DLL_EXPORT virtual ~QPDFObject() {} DLL_EXPORT virtual std::string unparse() = 0; -- libgit2 0.21.4