Commit 4bc7b6ceba27cd5b1debd469c23824ef534589fa

Authored by Jay Berkenbilt
Committed by GitHub
2 parents 280c9057 aaada50a

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,7 +101,7 @@ class QPDFObjGen
101 // 101 //
102 // Usage example: 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 // if (seen.add(oh)) { 106 // if (seen.add(oh)) {
107 // // handle first encounter of oh 107 // // handle first encounter of oh