Commit 9caf005d89f039b56f027d9fe20fe2f475927597

Authored by Jay Berkenbilt
1 parent 3e6d6985

Fix typo in header file

include/qpdf/QPDFAnnotationObjectHelper.hh
... ... @@ -71,7 +71,7 @@ class QPDFAnnotationObjectHelper: public QPDFObjectHelper
71 71 private:
72 72 class Members
73 73 {
74   - friend class QPDFPageObjectHelper;
  74 + friend class QPDFAnnotationObjectHelper;
75 75  
76 76 public:
77 77 QPDF_DLL
... ...