Fix a compiler warning.

This commit is contained in:
Mark de Wever 2009-08-24 20:27:54 +00:00
parent 9e97029ab4
commit 05c2f59d16

View File

@ -76,7 +76,7 @@ const std::string& aspect::get_name() const
return name_;
}
bool aspect::redeploy(const config &cfg, const std::string &id)
bool aspect::redeploy(const config &cfg, const std::string& /*id*/)
{
if (invalidate_on_turn_start_) {
manager::remove_turn_started_observer(this);