Fixed a gazillion of warnings occuring when compiling Wagic with Clang with Werror.
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ public:
|
||||
virtual bool ButtonPressed(); // action button pressed, return false to ignore
|
||||
|
||||
// Used for mouse support so that the GUI engine can found out which Object was selected
|
||||
virtual bool getTopLeft(float& top, float& left)
|
||||
virtual bool getTopLeft(float&, float&)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user