Eclipse CDT wasn't happy about the missing break after default case

This commit is contained in:
Gabriel Morin 2011-12-07 10:02:46 +00:00
parent 6f3bf560cd
commit 4d4e8f6096

View file

@ -1046,6 +1046,7 @@ void manager::options_dlg()
bool hidden = team_plans_hidden_[t_index];
team_plans_hidden_[t_index] = !hidden;
}
break;
}
update_plan_hiding();
}