1
0
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:
Sandu Liviu Catalin 2016-06-08 21:10:31 +03:00
parent cf00eaa1b4
commit 94fb58cc5d

View File

@ -767,7 +767,7 @@ public:
/// Checks if there is an associated managed object
///
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
bool operator bool () const
operator bool () const
{
return m_Ptr != NULL;
}