J :
* Fix u32 into JButtons. * Add a few comments. * Remove useless variables.
This commit is contained in:
@@ -28,7 +28,7 @@ JGuiObject::~JGuiObject()
|
||||
}
|
||||
|
||||
|
||||
bool JGuiObject::Leaving(u32 key __attribute__((unused)))
|
||||
bool JGuiObject::Leaving(JButton key __attribute__((unused)))
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user