aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-05-20 17:10:12 +0200
committerJay Berkenbilt <ejb@ql.org>2022-05-20 17:10:12 +0200
commitd06509808957305ed01497568ddd81a2590362f8 (patch)
tree7431d6a0a03ed81e8f52ff563b42b1ebba78b30a /include
parentef955b04b5cfd1042dc1751bb4c82d79aff89f46 (diff)
downloadqpdf-d06509808957305ed01497568ddd81a2590362f8.tar.zst
Test --update-from-json
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDF.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/qpdf/QPDF.hh b/include/qpdf/QPDF.hh
index fc515898..7d7af225 100644
--- a/include/qpdf/QPDF.hh
+++ b/include/qpdf/QPDF.hh
@@ -1065,6 +1065,7 @@ class QPDF
bool saw_dict;
bool saw_data;
bool saw_datafile;
+ bool this_stream_needs_data;
std::vector<state_e> state_stack;
std::vector<QPDFObjectHandle> object_stack;
std::set<QPDFObjGen> reserved;