Fix a compiler warning.
This commit is contained in:
parent
76ebc8cc06
commit
db3eff843a
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ readonly_context_impl::~readonly_context_impl()
|
|||
manager::remove_gamestate_observer(this);
|
||||
}
|
||||
|
||||
void readonly_context_impl::handle_generic_event(const std::string& event_name)
|
||||
void readonly_context_impl::handle_generic_event(const std::string& /*event_name*/)
|
||||
{
|
||||
invalidate_move_maps();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue