summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2013-03-11 17:00:26 +0100
committerJay Berkenbilt <ejb@ql.org>2013-03-11 17:37:32 +0100
commit3803e9cc4a9b17996b2eeceed9e39ac53a01b1a2 (patch)
tree8fc003576be0721fb23ec9945e6cdaa2f47def0a
parent9d4f52c01410c0be08635516675938cd27b41fed (diff)
downloadqpdf-3803e9cc4a9b17996b2eeceed9e39ac53a01b1a2.tar.zst
Export terminateParsing in the DLL
Windows fix: QPDFObject::ParserCallbacks::terminateParsing() was not declared with QPDF_DLL.
-rw-r--r--include/qpdf/QPDFObjectHandle.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/qpdf/QPDFObjectHandle.hh b/include/qpdf/QPDFObjectHandle.hh
index 60304ed5..ed02d3bb 100644
--- a/include/qpdf/QPDFObjectHandle.hh
+++ b/include/qpdf/QPDFObjectHandle.hh
@@ -89,6 +89,7 @@ class QPDFObjectHandle
// terminate parsing early. This method throws an exception
// that is caught by parseContentStream, so its effect is
// immediate.
+ QPDF_DLL
void terminateParsing();
};