Commit 9caf005d89f039b56f027d9fe20fe2f475927597
1 parent
3e6d6985
Fix typo in header file
Showing
1 changed file
with
1 additions
and
1 deletions
include/qpdf/QPDFAnnotationObjectHelper.hh
| @@ -71,7 +71,7 @@ class QPDFAnnotationObjectHelper: public QPDFObjectHelper | @@ -71,7 +71,7 @@ class QPDFAnnotationObjectHelper: public QPDFObjectHelper | ||
| 71 | private: | 71 | private: |
| 72 | class Members | 72 | class Members |
| 73 | { | 73 | { |
| 74 | - friend class QPDFPageObjectHelper; | 74 | + friend class QPDFAnnotationObjectHelper; |
| 75 | 75 | ||
| 76 | public: | 76 | public: |
| 77 | QPDF_DLL | 77 | QPDF_DLL |