Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLev Dragunov <l.dragunov@corp.mail.ru>2015-08-03 16:59:01 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:58:53 +0300
commit4fb687a3794a06b1d33b5d8766497fc7f4370846 (patch)
tree1d28b0a85aeda4d6a6199f3516d1ae833aa25ed1 /iphone/Maps/Classes/CustomAlert
parent97cfc302448d85b23726df787a4c523c26d20414 (diff)
PR fixes
Diffstat (limited to 'iphone/Maps/Classes/CustomAlert')
-rw-r--r--iphone/Maps/Classes/CustomAlert/BaseAlert/MWMAlert.mm1
1 files changed, 1 insertions, 0 deletions
diff --git a/iphone/Maps/Classes/CustomAlert/BaseAlert/MWMAlert.mm b/iphone/Maps/Classes/CustomAlert/BaseAlert/MWMAlert.mm
index 932ec47433..cf3e401b61 100644
--- a/iphone/Maps/Classes/CustomAlert/BaseAlert/MWMAlert.mm
+++ b/iphone/Maps/Classes/CustomAlert/BaseAlert/MWMAlert.mm
@@ -95,6 +95,7 @@
case routing::IRouter::Cancelled:
case routing::IRouter::NoError:
case routing::IRouter::NeedMoreMaps:
+ //TODO (mikhaylenko, grechuhin) Make proper flag processing.
case routing::IRouter::FileTooOld:
return nil;
}