mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-15 22:57:12 +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
|
||||
///
|
||||
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
bool operator bool () const
|
||||
operator bool () const
|
||||
{
|
||||
return m_Ptr != NULL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user