diff --git a/iphone/Maps/Classes/MapViewController.mm b/iphone/Maps/Classes/MapViewController.mm index be89d76d0d..11794eb3ba 100644 --- a/iphone/Maps/Classes/MapViewController.mm +++ b/iphone/Maps/Classes/MapViewController.mm @@ -709,7 +709,7 @@ typedef NS_OPTIONS(NSUInteger, MapInfoView) } }); - f.SetRouteBuildingListener([self, &f](routing::IRouter::ResultCode code, vector const & absentCountries) + f.SetRouteBuildingListener([self, &f](routing::IRouter::ResultCode code, vector const & absentCountries, vector const & absentRoutes) { [self.placePageManager stopBuildingRoute]; switch (code)