mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-19 16:47:14 +02:00
Fix compile time error in implicit conversion to boolean from previosu commit.
This commit is contained in:
@ -767,7 +767,7 @@ public:
|
|||||||
/// Checks if there is an associated managed object
|
/// Checks if there is an associated managed object
|
||||||
///
|
///
|
||||||
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
bool operator bool () const
|
operator bool () const
|
||||||
{
|
{
|
||||||
return m_Ptr != NULL;
|
return m_Ptr != NULL;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user