diff --git a/iphone/Maps/UI/Editor/MWMEditorViewController.mm b/iphone/Maps/UI/Editor/MWMEditorViewController.mm index 4fbd7a77b4..a52d0beeb7 100644 --- a/iphone/Maps/UI/Editor/MWMEditorViewController.mm +++ b/iphone/Maps/UI/Editor/MWMEditorViewController.mm @@ -965,6 +965,7 @@ void registerCellsForTableView(std::vector const & cells, UITab m_mapObject.SetMetadata(feature::Metadata::FMD_DRIVE_THROUGH, ""); break; } + break; default: NSAssert(false, @"Invalid field for changeSegmented"); break; } }