mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-20 00:57:13 +02:00
Fix an mistake in the declaration of the negation operator for the Buffer type.
This commit is contained in:
@ -395,7 +395,7 @@ public:
|
|||||||
/* --------------------------------------------------------------------------------------------
|
/* --------------------------------------------------------------------------------------------
|
||||||
* Negation operator.
|
* Negation operator.
|
||||||
*/
|
*/
|
||||||
operator ! () const
|
bool operator ! () const
|
||||||
{
|
{
|
||||||
return (!m_Ptr);
|
return (!m_Ptr);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user