2
1
mirror of https://github.com/qpdf/qpdf.git synced 2025-01-31 10:58:25 +00:00

Export terminateParsing in the DLL

Windows fix: QPDFObject::ParserCallbacks::terminateParsing() was not
declared with QPDF_DLL.
This commit is contained in:
Jay Berkenbilt 2013-03-11 12:00:26 -04:00
parent 9d4f52c014
commit 3803e9cc4a

View File

@ -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();
};