aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/QPDFWriter.hh
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-08-05 02:08:06 +0200
committerJay Berkenbilt <ejb@ql.org>2018-08-05 02:08:06 +0200
commit651b51f0564d7726df09faf6ac0a0dd36e4fa65a (patch)
treee93a312f161c351b6d64afed7c6b248f5ed2ad0d /include/qpdf/QPDFWriter.hh
parentfe769f2723237596af2730bccd7972dab208a10d (diff)
downloadqpdf-651b51f0564d7726df09faf6ac0a0dd36e4fa65a.tar.zst
Add QPDF_DLL to public destructors (fixes #220)
A few public destructors were missing QPDF_DLL, which could cause some Windows applications to fail to link.
Diffstat (limited to 'include/qpdf/QPDFWriter.hh')
-rw-r--r--include/qpdf/QPDFWriter.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/qpdf/QPDFWriter.hh b/include/qpdf/QPDFWriter.hh
index 1802078a..4a2c34f9 100644
--- a/include/qpdf/QPDFWriter.hh
+++ b/include/qpdf/QPDFWriter.hh
@@ -530,6 +530,7 @@ class QPDFWriter
friend class QPDFWriter;
public:
+ QPDF_DLL
~Members();
private: