From 3803e9cc4a9b17996b2eeceed9e39ac53a01b1a2 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 11 Mar 2013 12:00:26 -0400 Subject: [PATCH] Export terminateParsing in the DLL --- include/qpdf/QPDFObjectHandle.hh | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/include/qpdf/QPDFObjectHandle.hh b/include/qpdf/QPDFObjectHandle.hh index 60304ed..ed02d3b 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(); }; -- libgit2 0.21.4