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/index_graph_loader.hpp')
-rw-r--r--routing/index_graph_loader.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/routing/index_graph_loader.hpp b/routing/index_graph_loader.hpp
index e46b64f33a..db95d66d7c 100644
--- a/routing/index_graph_loader.hpp
+++ b/routing/index_graph_loader.hpp
@@ -10,7 +10,7 @@
#include <memory>
class MwmValue;
-class DataSourceBase;
+class DataSource;
namespace routing
{
@@ -26,7 +26,7 @@ public:
static std::unique_ptr<IndexGraphLoader> Create(
VehicleType vehicleType, bool loadAltitudes, std::shared_ptr<NumMwmIds> numMwmIds,
std::shared_ptr<VehicleModelFactoryInterface> vehicleModelFactory,
- std::shared_ptr<EdgeEstimator> estimator, DataSourceBase & dataSource);
+ std::shared_ptr<EdgeEstimator> estimator, DataSource & dataSource);
};
void DeserializeIndexGraph(MwmValue const & mwmValue, VehicleType vehicleType, IndexGraph & graph);