Build fix

This commit is contained in:
Lev Dragunov 2015-08-04 14:50:32 +03:00 committed by Alex Zolotarev
parent e10041538f
commit 1d595aa3e2

View file

@ -746,7 +746,7 @@ typedef NS_OPTIONS(NSUInteger, MapInfoView)
case routing::IRouter::InconsistentMWMandRoute:
case routing::IRouter::NeedMoreMaps:
//TODO (mikhaylenko, grechuhin) Make proper flag processing.
case rouitng::IRouter::FileTooOld:
case routing::IRouter::FileTooOld:
case routing::IRouter::RouteNotFound:
[self presentDownloaderAlert:code countries:absentCountries routes:absentRoutes];
break;