aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorm-holger <m-holger@kubitscheck.org>2023-05-18 19:05:59 +0200
committerm-holger <m-holger@kubitscheck.org>2023-05-19 19:56:01 +0200
commitae2d623929c280f1d2411787bf4e41d5d91a4f3a (patch)
treef470e6d7c7f02cfb4e7518ac8922a1e42e6842b4 /include
parent8fbef47093e93cfdaffd62449a18b57679b610f5 (diff)
downloadqpdf-ae2d623929c280f1d2411787bf4e41d5d91a4f3a.tar.zst
Use QPDFObjGen::set in QPDF::updateObjectMaps
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDF.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qpdf/QPDF.hh b/include/qpdf/QPDF.hh
index 88dadcdb..955f9c17 100644
--- a/include/qpdf/QPDF.hh
+++ b/include/qpdf/QPDF.hh
@@ -1645,7 +1645,7 @@ class QPDF
ObjUser const& ou,
QPDFObjectHandle oh,
std::function<int(QPDFObjectHandle&)> skip_stream_parameters,
- std::set<QPDFObjGen>& visited,
+ QPDFObjGen::set& visited,
bool top);
void filterCompressedObjects(std::map<int, int> const& object_stream_data);