Commit 4ce682b2b06e7630b21720c44418e2be7cabba2d
1 parent
bd120c91
Add redundant qualifyer to BaseHandle friend class statement
Avoid confusing latest CLion version.
Showing
2 changed files
with
1 additions
and
2 deletions
include/qpdf/ObjectHandle.hh
| @@ -51,7 +51,7 @@ namespace qpdf | @@ -51,7 +51,7 @@ namespace qpdf | ||
| 51 | // QPDFObjGen and bool. | 51 | // QPDFObjGen and bool. |
| 52 | class BaseHandle | 52 | class BaseHandle |
| 53 | { | 53 | { |
| 54 | - friend class QPDF; | 54 | + friend class ::QPDF; |
| 55 | 55 | ||
| 56 | public: | 56 | public: |
| 57 | explicit inline operator bool() const; | 57 | explicit inline operator bool() const; |
include/qpdf/QPDFObjectHandle.hh
| @@ -43,7 +43,6 @@ | @@ -43,7 +43,6 @@ | ||
| 43 | #include <qpdf/QPDFTokenizer.hh> | 43 | #include <qpdf/QPDFTokenizer.hh> |
| 44 | 44 | ||
| 45 | class Pipeline; | 45 | class Pipeline; |
| 46 | -class QPDF; | ||
| 47 | class QPDF_Array; | 46 | class QPDF_Array; |
| 48 | class QPDF_Bool; | 47 | class QPDF_Bool; |
| 49 | class QPDF_Dictionary; | 48 | class QPDF_Dictionary; |