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 'openlr/graph.cpp')
-rw-r--r--openlr/graph.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/openlr/graph.cpp b/openlr/graph.cpp
index c2da01d639..cad486d404 100644
--- a/openlr/graph.cpp
+++ b/openlr/graph.cpp
@@ -1,7 +1,5 @@
#include "openlr/graph.hpp"
-class DataSourceBase;
-
using namespace routing;
namespace openlr
@@ -30,7 +28,7 @@ void GetRegularEdges(Junction const & junction, IRoadGraph const & graph,
}
} // namespace
-Graph::Graph(DataSourceBase const & dataSource, shared_ptr<CarModelFactory> carModelFactory)
+Graph::Graph(DataSource const & dataSource, shared_ptr<CarModelFactory> carModelFactory)
: m_graph(dataSource, IRoadGraph::Mode::ObeyOnewayTag, carModelFactory)
{
}