Commit 3803e9cc4a9b17996b2eeceed9e39ac53a01b1a2
1 parent
9d4f52c0
Export terminateParsing in the DLL
Windows fix: QPDFObject::ParserCallbacks::terminateParsing() was not declared with QPDF_DLL.
Showing
1 changed file
with
1 additions
and
0 deletions
include/qpdf/QPDFObjectHandle.hh
| @@ -89,6 +89,7 @@ class QPDFObjectHandle | @@ -89,6 +89,7 @@ class QPDFObjectHandle | ||
| 89 | // terminate parsing early. This method throws an exception | 89 | // terminate parsing early. This method throws an exception |
| 90 | // that is caught by parseContentStream, so its effect is | 90 | // that is caught by parseContentStream, so its effect is |
| 91 | // immediate. | 91 | // immediate. |
| 92 | + QPDF_DLL | ||
| 92 | void terminateParsing(); | 93 | void terminateParsing(); |
| 93 | }; | 94 | }; |
| 94 | 95 |