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