aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/QPDF.hh
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-11-19 22:01:54 +0100
committerJay Berkenbilt <jberkenbilt@users.noreply.github.com>2022-11-19 23:03:17 +0100
commite9980efec87a7a678a1a00cfaf8fc60263c54d24 (patch)
treec3b1379065ff9b1af7b9147ea90c516abf8daf62 /include/qpdf/QPDF.hh
parentd79a823d66512b5f5db2c0db739d1a867fcd5774 (diff)
downloadqpdf-e9980efec87a7a678a1a00cfaf8fc60263c54d24.tar.zst
Correctly handle reuse of xref stream (fixes #809)
Diffstat (limited to 'include/qpdf/QPDF.hh')
-rw-r--r--include/qpdf/QPDF.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/qpdf/QPDF.hh b/include/qpdf/QPDF.hh
index 06afc44f..987b78aa 100644
--- a/include/qpdf/QPDF.hh
+++ b/include/qpdf/QPDF.hh
@@ -1209,7 +1209,8 @@ class QPDF
qpdf_offset_t offset,
std::string const& description,
QPDFObjGen const& exp_og,
- QPDFObjGen& og);
+ QPDFObjGen& og,
+ bool skip_cache_if_in_xref);
void resolve(QPDFObjGen const& og);
void resolveObjectsInStream(int obj_stream_number);
void stopOnError(std::string const& message);