Commit 3803e9cc4a9b17996b2eeceed9e39ac53a01b1a2

Authored by Jay Berkenbilt
1 parent 9d4f52c0

Export terminateParsing in the DLL

Windows fix: QPDFObject::ParserCallbacks::terminateParsing() was not
declared with QPDF_DLL.
include/qpdf/QPDFObjectHandle.hh
... ... @@ -89,6 +89,7 @@ class QPDFObjectHandle
89 89 // terminate parsing early. This method throws an exception
90 90 // that is caught by parseContentStream, so its effect is
91 91 // immediate.
  92 + QPDF_DLL
92 93 void terminateParsing();
93 94 };
94 95  
... ...