From 30426ea923b2def0f987bfcc551b55c05d3be774 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 27 Sep 2009 02:00:48 +0000 Subject: don't dll export inline functions git-svn-id: svn+q:///qpdf/trunk@714 71b93d88-0707-0410-a8cf-f5a4172ac649 --- include/qpdf/QPDFObject.hh | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/qpdf/QPDFObject.hh b/include/qpdf/QPDFObject.hh index 22c400a5..df8ea42a 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; -- cgit v1.2.3-54-g00ecf