changed int operator! to bool operator!
This commit is contained in:
parent
53a3366e7f
commit
91e4e06318
@ -85,7 +85,7 @@ public:
|
||||
return this->_ptr;
|
||||
}
|
||||
|
||||
int operator! () const
|
||||
bool operator! () const
|
||||
{
|
||||
return this->_ptr == (T*)QSE_NULL;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user