Commit 4bc7b6ceba27cd5b1debd469c23824ef534589fa
Committed by
GitHub
Merge pull request #967 from m-holger/ogset
Fix doc comment in QPDFObjGen::set
Showing
1 changed file
with
1 additions
and
1 deletions
include/qpdf/QPDFObjGen.hh
| ... | ... | @@ -101,7 +101,7 @@ class QPDFObjGen |
| 101 | 101 | // |
| 102 | 102 | // Usage example: |
| 103 | 103 | // |
| 104 | - // void process_object(QPDFObjectHandle oh, QPDFObjGen::Tracker& seen) | |
| 104 | + // void process_object(QPDFObjectHandle oh, QPDFObjGen::set& seen) | |
| 105 | 105 | // { |
| 106 | 106 | // if (seen.add(oh)) { |
| 107 | 107 | // // handle first encounter of oh | ... | ... |