Fix strict compilation

This commit is contained in:
Alexander van Gessel 2014-05-02 14:24:37 +02:00
parent 0e401d31da
commit 0e8c135c14

View File

@ -271,7 +271,7 @@ bool mouse_handler_base::left_click(int x, int y, const bool /*browse*/)
return false;
}
void mouse_handler_base::move_action(const bool browse)
void mouse_handler_base::move_action(const bool /*browse*/)
{
// Overridden with unit move code elsewhere
}