Commit da0b0e405d325a212ae571e291b84965aa674332
1 parent
8299083b
Fix outdated comment
Showing
1 changed file
with
2 additions
and
2 deletions
include/qpdf/QPDF.hh
| ... | ... | @@ -839,8 +839,8 @@ class QPDF |
| 839 | 839 | } |
| 840 | 840 | }; |
| 841 | 841 | |
| 842 | - // Resolver class is restricted to QPDFObjectHandle so that only | |
| 843 | - // it can resolve indirect references. | |
| 842 | + // Resolver class is restricted to QPDFObject so that only it can | |
| 843 | + // resolve indirect references. | |
| 844 | 844 | class Resolver |
| 845 | 845 | { |
| 846 | 846 | friend class QPDFObject; | ... | ... |