From 2a852f08b6f0cfd43ff1455f7c2731a43280e4b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20Sch=C3=B6ning?= <6223655+ams-tschoening@users.noreply.github.com> Date: Wed, 13 Feb 2019 10:42:07 +0100 Subject: [PATCH] [bcc32 Error] QPDF.hh(803): E2247 'QPDF::Members::resolving' is not accessible Full parser context QPDF.cc(2): #include ..\..\..\..\src\include\qpdf\QPDF.hh QPDF.hh(48): class QPDF QPDF.hh(1380): decision to instantiate: QPDF::ResolveRecorder::ResolveRecorder(QPDF *,const QPDFObjGen &) --- Resetting parser context for instantiation... QPDF.hh(799): parsing: QPDF::ResolveRecorder::ResolveRecorder(QPDF *,const QPDFObjGen &) --- include/qpdf/QPDF.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/include/qpdf/QPDF.hh b/include/qpdf/QPDF.hh index 286d305b..6de51ef3 100644 --- a/include/qpdf/QPDF.hh +++ b/include/qpdf/QPDF.hh @@ -1300,6 +1300,7 @@ class QPDF class Members { friend class QPDF; + friend class ResolveRecorder; public: QPDF_DLL