mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 02:49:00 +00:00
Merge pull request #967 from m-holger/ogset
Fix doc comment in QPDFObjGen::set
This commit is contained in:
commit
4bc7b6ceba
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user