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:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2018-01-23 11:54:17 +0300
committerTatiana Yan <tatiana.kondakova@gmail.com>2018-01-24 13:12:43 +0300
commit946b64f2cb66857ac17d1e622b73bc462a2bcfd6 (patch)
tree6ce04e76799ef73141991bf10964a252538019cd /routing/async_router.cpp
parent2727657ac6d573ec658d64d85ae187afcb0c7517 (diff)
Review fixes.
Diffstat (limited to 'routing/async_router.cpp')
-rw-r--r--routing/async_router.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/routing/async_router.cpp b/routing/async_router.cpp
index f147f01098..072a79d0ac 100644
--- a/routing/async_router.cpp
+++ b/routing/async_router.cpp
@@ -37,7 +37,7 @@ string ToString(IRouter::ResultCode code)
case IRouter::NeedMoreMaps: return "NeedMoreMaps";
case IRouter::FileTooOld: return "FileTooOld";
case IRouter::IntermediatePointNotFound: return "IntermediatePointNotFound";
- case IRouter::TransitRouteNotFoundNoNetwork: return "RouteNotFoundNoTransitNetwork";
+ case IRouter::TransitRouteNotFoundNoNetwork: return "TransitRouteNotFoundNoNetwork";
case IRouter::TransitRouteNotFoundTooLongPedestrian: return "TransitRouteNotFoundTooLongPedestrian";
case IRouter::RouteNotFoundRedressRouteError: return "RouteNotFoundRedressRouteError";
}