Commit 4ce682b2b06e7630b21720c44418e2be7cabba2d

Authored by m-holger
1 parent bd120c91

Add redundant qualifyer to BaseHandle friend class statement

Avoid confusing latest CLion version.
include/qpdf/ObjectHandle.hh
... ... @@ -51,7 +51,7 @@ namespace qpdf
51 51 // QPDFObjGen and bool.
52 52 class BaseHandle
53 53 {
54   - friend class QPDF;
  54 + friend class ::QPDF;
55 55  
56 56 public:
57 57 explicit inline operator bool() const;
... ...
include/qpdf/QPDFObjectHandle.hh
... ... @@ -43,7 +43,6 @@
43 43 #include <qpdf/QPDFTokenizer.hh>
44 44  
45 45 class Pipeline;
46   -class QPDF;
47 46 class QPDF_Array;
48 47 class QPDF_Bool;
49 48 class QPDF_Dictionary;
... ...