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