From 570b2b0b35df1fad001460eccf35da31e334b8b0 Mon Sep 17 00:00:00 2001 From: tatiana-yan Date: Tue, 26 Jun 2018 10:51:37 +0300 Subject: [indexer] DataSource refactoring --- routing/index_graph_loader.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'routing/index_graph_loader.hpp') 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 class MwmValue; -class DataSourceBase; +class DataSource; namespace routing { @@ -26,7 +26,7 @@ public: static std::unique_ptr Create( VehicleType vehicleType, bool loadAltitudes, std::shared_ptr numMwmIds, std::shared_ptr vehicleModelFactory, - std::shared_ptr estimator, DataSourceBase & dataSource); + std::shared_ptr estimator, DataSource & dataSource); }; void DeserializeIndexGraph(MwmValue const & mwmValue, VehicleType vehicleType, IndexGraph & graph); -- cgit v1.2.3