Fix doc comment in QPDFObjGen::set

This commit is contained in:
m-holger 2023-05-21 01:36:36 +01:00
parent 280c9057c9
commit aaada50a04
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ class QPDFObjGen
// //
// Usage example: // Usage example:
// //
// void process_object(QPDFObjectHandle oh, QPDFObjGen::Tracker& seen) // void process_object(QPDFObjectHandle oh, QPDFObjGen::set& seen)
// { // {
// if (seen.add(oh)) { // if (seen.add(oh)) {
// // handle first encounter of oh // // handle first encounter of oh