Eclipse CDT wasn't happy about the missing break after default case
This commit is contained in:
parent
6f3bf560cd
commit
4d4e8f6096
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue