forked from organicmaps/organicmaps
[ios][editor] Fix unintended fallthrough in switch-case
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
This commit is contained in:
parent
5dc753eef4
commit
a7f0292927
1 changed files with 1 additions and 0 deletions
|
@ -965,6 +965,7 @@ void registerCellsForTableView(std::vector<MWMEditorCellID> const & cells, UITab
|
|||
m_mapObject.SetMetadata(feature::Metadata::FMD_DRIVE_THROUGH, "");
|
||||
break;
|
||||
}
|
||||
break;
|
||||
default: NSAssert(false, @"Invalid field for changeSegmented"); break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue