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:
authorDenis Koronchik <denis@mapswithme.com>2014-07-14 22:11:28 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:21:00 +0300
commitb9ace6085b0d193d64eabe776e2ac5805a04d6a0 (patch)
tree9107de5070efd5a263cb7487bff0f5c25ce97a42 /routing/features_road_graph.hpp
parent448e23b60361aaced96574ed9039a1d3437b9002 (diff)
[routing] Fix bug with some turns skip
Diffstat (limited to 'routing/features_road_graph.hpp')
-rw-r--r--routing/features_road_graph.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/routing/features_road_graph.hpp b/routing/features_road_graph.hpp
index d478bc5a7e..9a98bcf0ed 100644
--- a/routing/features_road_graph.hpp
+++ b/routing/features_road_graph.hpp
@@ -31,7 +31,6 @@ public:
private:
friend class CrossFeaturesLoader;
- bool IsStreet(feature::TypesHolder const & types) const;
bool IsOneWay(FeatureType const & ft) const;
double GetSpeed(FeatureType const & ft) const;
void LoadFeature(uint32_t id, FeatureType & ft);