aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-09-27 04:00:48 +0200
committerJay Berkenbilt <ejb@ql.org>2009-09-27 04:00:48 +0200
commit30426ea923b2def0f987bfcc551b55c05d3be774 (patch)
tree3dc9a672e1a0b8fb87bd5cabcc81c8e6620c0e52 /include
parent82ea3dd3a7fd06278056a5703ed4c264c9fdfe8d (diff)
downloadqpdf-30426ea923b2def0f987bfcc551b55c05d3be774.tar.zst
don't dll export inline functions
git-svn-id: svn+q:///qpdf/trunk@714 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDFObject.hh1
1 files changed, 0 insertions, 1 deletions
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;