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:
authorConstantin Shalnev <c.shalnev@corp.mail.ru>2015-07-08 17:08:38 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:55:06 +0300
commit264c70b824b2283a5166ef4faf31ff05d3e8a96b (patch)
tree2d8631eeacc4f69c641c37242c5609d384c6acac /map/framework.hpp
parent5dd7e6f0b896a8aacaa31c501e700e89b839c74d (diff)
Different color for pedestrian route
Diffstat (limited to 'map/framework.hpp')
-rw-r--r--map/framework.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/map/framework.hpp b/map/framework.hpp
index c72ce1c83b..5e766dbac8 100644
--- a/map/framework.hpp
+++ b/map/framework.hpp
@@ -586,6 +586,7 @@ private:
string GetRoutingErrorMessage(routing::IRouter::ResultCode code);
TRouteBuildingCallback m_routingCallback;
+ routing::RouterType m_currentRouterType;
//@}
public: