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