summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTobias Hoffmann <thobi@worker>2012-06-22 18:11:25 +0200
committerJay Berkenbilt <ejb@ql.org>2012-07-07 23:45:10 +0200
commit39bbaa86e3d7dcf77f42a36b78b727c142fcadee (patch)
tree13ee45290d8826f43d8701a712f0e05ebc4aec49 /include
parente2dedde4bdb5fa68c86d412e534a4b2750739988 (diff)
downloadqpdf-39bbaa86e3d7dcf77f42a36b78b727c142fcadee.tar.zst
Build this->all_pages while traversing with pushInheritedAttributesToPage
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 ec5f5d7c..fbac2ab2 100644
--- a/include/qpdf/QPDF.hh
+++ b/include/qpdf/QPDF.hh
@@ -913,6 +913,7 @@ class QPDF
void pushInheritedAttributesToPageInternal(
QPDFObjectHandle,
std::map<std::string, std::vector<QPDFObjectHandle> >&,
+ std::vector<QPDFObjectHandle>& all_pages,
bool allow_changes, bool warn_skipped_keys);
void updateObjectMaps(ObjUser const& ou, QPDFObjectHandle oh);
void updateObjectMapsInternal(ObjUser const& ou, QPDFObjectHandle oh,