Commit aaada50a040199d996ae837fcc8bd3674daf910e

Authored by m-holger
1 parent 280c9057

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
... ...