aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDFDocumentHelper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/QPDFDocumentHelper.cc')
-rw-r--r--libqpdf/QPDFDocumentHelper.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/libqpdf/QPDFDocumentHelper.cc b/libqpdf/QPDFDocumentHelper.cc
new file mode 100644
index 00000000..ad23e6f8
--- /dev/null
+++ b/libqpdf/QPDFDocumentHelper.cc
@@ -0,0 +1,7 @@
+#include <qpdf/QPDFDocumentHelper.hh>
+
+QPDFDocumentHelper::~QPDFDocumentHelper()
+{
+ // Must be explicit and not inline -- see QPDF_DLL_CLASS in
+ // README-maintainer
+}