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/features_road_graph.hpp')
-rw-r--r--routing/features_road_graph.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/routing/features_road_graph.hpp b/routing/features_road_graph.hpp
index 28ed0c54f8..af61afd11f 100644
--- a/routing/features_road_graph.hpp
+++ b/routing/features_road_graph.hpp
@@ -71,7 +71,7 @@ public:
vector<pair<Edge, m2::PointD>> & vicinities) const override;
void GetFeatureTypes(FeatureID const & featureId, feature::TypesHolder & types) const override;
void GetJunctionTypes(Junction const & junction, feature::TypesHolder & types) const override;
- IRoadGraph::Mode ConsiderOnewayFeaturesAsBidirectional() const override;
+ IRoadGraph::Mode GetMode() const override;
void ClearState() override;
private: