[ios] Fixed warning.

This commit is contained in:
VladiMihaylenko 2016-07-15 15:56:19 +03:00
parent 50c731f223
commit ff2bf16b5d

View file

@ -1050,6 +1050,7 @@ void registerCellsForTableView(vector<MWMPlacePageCellType> const & cells, UITab
break;
}
case osm::Editor::FeatureStatus::Deleted: break;
case osm::Editor::FeatureStatus::Obsolete: break;
}
}
}