mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-03 07:12:28 +00:00
Fix doc comment in QPDFObjGen::set
This commit is contained in:
parent
280c9057c9
commit
aaada50a04
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user