From 9caf005d89f039b56f027d9fe20fe2f475927597 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Tue, 18 Dec 2018 13:13:28 -0500 Subject: [PATCH] Fix typo in header file --- include/qpdf/QPDFAnnotationObjectHelper.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/qpdf/QPDFAnnotationObjectHelper.hh b/include/qpdf/QPDFAnnotationObjectHelper.hh index e6f9622..094d412 100644 --- a/include/qpdf/QPDFAnnotationObjectHelper.hh +++ b/include/qpdf/QPDFAnnotationObjectHelper.hh @@ -71,7 +71,7 @@ class QPDFAnnotationObjectHelper: public QPDFObjectHelper private: class Members { - friend class QPDFPageObjectHelper; + friend class QPDFAnnotationObjectHelper; public: QPDF_DLL -- libgit2 0.21.4