summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <jberkenbilt@users.noreply.github.com>2023-05-21 02:52:41 +0200
committerGitHub <noreply@github.com>2023-05-21 02:52:41 +0200
commit4bc7b6ceba27cd5b1debd469c23824ef534589fa (patch)
treeddcbd33a75d146bb259248034173ddd17d1dd8ea
parent280c9057c9e7758bd48c279f29d81565a7e5592e (diff)
parentaaada50a040199d996ae837fcc8bd3674daf910e (diff)
downloadqpdf-4bc7b6ceba27cd5b1debd469c23824ef534589fa.tar.zst
Merge pull request #967 from m-holger/ogset
Fix doc comment in QPDFObjGen::set
-rw-r--r--include/qpdf/QPDFObjGen.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qpdf/QPDFObjGen.hh b/include/qpdf/QPDFObjGen.hh
index 0d14efaf..851e8d11 100644
--- a/include/qpdf/QPDFObjGen.hh
+++ b/include/qpdf/QPDFObjGen.hh
@@ -101,7 +101,7 @@ class QPDFObjGen
//
// Usage example:
//
- // void process_object(QPDFObjectHandle oh, QPDFObjGen::Tracker& seen)
+ // void process_object(QPDFObjectHandle oh, QPDFObjGen::set& seen)
// {
// if (seen.add(oh)) {
// // handle first encounter of oh