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:
parent
9d4f52c014
commit
3803e9cc4a
@ -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();
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user