Fix a compiler warning.
This commit is contained in:
parent
7a9caa4f36
commit
6fe3621668
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ gamestate_observer::~gamestate_observer()
|
|||
}
|
||||
|
||||
|
||||
void gamestate_observer::handle_generic_event(const std::string &event_name)
|
||||
void gamestate_observer::handle_generic_event(const std::string &/*event_name*/)
|
||||
{
|
||||
++gamestate_change_counter_;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue