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 'search/city_finder.hpp')
-rw-r--r--search/city_finder.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/search/city_finder.hpp b/search/city_finder.hpp
index f7b38f3e52..bca365bb34 100644
--- a/search/city_finder.hpp
+++ b/search/city_finder.hpp
@@ -10,7 +10,7 @@
#include <cstdint>
#include <string>
-class DataSourceBase;
+class DataSource;
struct FeatureID;
namespace search
@@ -21,7 +21,7 @@ public:
// TODO (@milchakov): consider to reuse locality finder from search
// engine. Otherwise, CityFinder won't benefit from approximated
// cities boundaries.
- explicit CityFinder(DataSourceBase const & dataSource);
+ explicit CityFinder(DataSource const & dataSource);
std::string GetCityName(m2::PointD const & p, int8_t lang);
FeatureID GetCityFeatureID(m2::PointD const & p);