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