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:
Diffstat (limited to 'routing/routing_helpers.hpp')
-rw-r--r--routing/routing_helpers.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/routing/routing_helpers.hpp b/routing/routing_helpers.hpp
index f3dc3d752f..d266c2fbd3 100644
--- a/routing/routing_helpers.hpp
+++ b/routing/routing_helpers.hpp
@@ -36,7 +36,7 @@ void FillSegmentInfo(std::vector<Segment> const & segments, std::vector<Junction
void ReconstructRoute(IDirectionsEngine & engine, IndexRoadGraph const & graph,
std::shared_ptr<TrafficStash> const & trafficStash,
- my::Cancellable const & cancellable, std::vector<Junction> const & path,
+ base::Cancellable const & cancellable, std::vector<Junction> const & path,
Route::TTimes && times, Route & route);
/// \brief Converts |edge| to |segment|.