Fix HiddenPtr::isNull()
This commit is contained in:
@@ -176,7 +176,7 @@ public:
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
bool isNull() const { return m_pPtr != nullptr; }
|
bool isNull() const { return m_pPtr == nullptr; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
T *m_pPtr;
|
T *m_pPtr;
|
||||||
|
|||||||
Reference in New Issue
Block a user