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 'map/routing_manager.hpp')
-rw-r--r--map/routing_manager.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/map/routing_manager.hpp b/map/routing_manager.hpp
index 5e6ed26bca..70f4f5772d 100644
--- a/map/routing_manager.hpp
+++ b/map/routing_manager.hpp
@@ -41,7 +41,7 @@ namespace routing
class NumMwmIds;
}
-class DataSourceBase;
+class DataSource;
struct RoutePointInfo
{
@@ -67,7 +67,7 @@ public:
struct Callbacks
{
- using DataSourceGetterFn = std::function<DataSourceBase &()>;
+ using DataSourceGetterFn = std::function<DataSource &()>;
using CountryInfoGetterFn = std::function<storage::CountryInfoGetter &()>;
using CountryParentNameGetterFn = std::function<std::string(std::string const &)>;
using GetStringsBundleFn = std::function<StringsBundle const &()>;