Skip to content

Commit

Permalink
Merge pull request qpdf#967 from m-holger/ogset
Browse files Browse the repository at this point in the history
Fix doc comment in QPDFObjGen::set
  • Loading branch information
jberkenbilt authored May 21, 2023
2 parents 280c905 + aaada50 commit 4bc7b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/qpdf/QPDFObjGen.hh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4bc7b6c

Please sign in to comment.