forked from organicmaps/organicmaps
Build fix
This commit is contained in:
parent
e10041538f
commit
1d595aa3e2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue