Merge pull request #967 from m-holger/ogset

Fix doc comment in QPDFObjGen::set
This commit is contained in:
Jay Berkenbilt 2023-05-20 20:52:41 -04:00 committed by GitHub
commit 4bc7b6ceba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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