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-07-17 16:37:24 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:56:54 +0300
commit09b082083df1332e668766294b8b3fa4d82a4e40 (patch)
tree882b18e04d90b84814f036f47da5ee8381c1a25c /routing/road_graph_router.hpp
parent56228f5257c70b1fbd882d6995e8ef67bf36e6c3 (diff)
Add routing progress fn
Diffstat (limited to 'routing/road_graph_router.hpp')
-rw-r--r--routing/road_graph_router.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/routing/road_graph_router.hpp b/routing/road_graph_router.hpp
index bf94bc76a8..76f9a3e2ad 100644
--- a/routing/road_graph_router.hpp
+++ b/routing/road_graph_router.hpp
@@ -49,6 +49,7 @@ private:
unique_ptr<IRouter> CreatePedestrianAStarRouter(Index & index,
TRoutingVisualizerFn const & visualizerFn);
unique_ptr<IRouter> CreatePedestrianAStarBidirectionalRouter(Index & index,
+ TRoutingProgressFn const & progressFn,
TRoutingVisualizerFn const & visualizerFn);
} // namespace routing