From 0bd410b36d981d168bab62451f6bb8ca70887d6f Mon Sep 17 00:00:00 2001 From: Vladimir Byko-Ianko Date: Mon, 1 May 2017 15:57:45 +0300 Subject: iOS build fix. --- iphone/Maps/Core/Routing/MWMCoreRouterType.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/iphone/Maps/Core/Routing/MWMCoreRouterType.h b/iphone/Maps/Core/Routing/MWMCoreRouterType.h index 0f6e964ba2..6b1e853244 100644 --- a/iphone/Maps/Core/Routing/MWMCoreRouterType.h +++ b/iphone/Maps/Core/Routing/MWMCoreRouterType.h @@ -19,5 +19,8 @@ static inline MWMRouterType routerType(routing::RouterType type) case routing::RouterType::Pedestrian: return MWMRouterTypePedestrian; case routing::RouterType::Bicycle: return MWMRouterTypeBicycle; case routing::RouterType::Taxi: return MWMRouterTypeTaxi; + case routing::RouterType::Count: + ASSERT(false, ("RouterType is Count.")); + return MWMRouterTypeVehicle; } } -- cgit v1.2.3