BoxSizer to Sizer
This commit is contained in:
@@ -13,7 +13,7 @@ cObject::cObject( const signed int id )
|
||||
/*virtual*/ cObject::~cObject()
|
||||
{}
|
||||
|
||||
bool cObject::operator == (const cObject& other)
|
||||
bool cObject::operator == ( const cObject& other )
|
||||
{
|
||||
if (m_id == other.getID())
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user