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/geocoder.cpp')
-rw-r--r--search/geocoder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/search/geocoder.cpp b/search/geocoder.cpp
index a7270d7608..69b98d5050 100644
--- a/search/geocoder.cpp
+++ b/search/geocoder.cpp
@@ -336,7 +336,7 @@ size_t OrderCountries(m2::RectD const & pivot, vector<shared_ptr<MwmInfo>> & inf
} // namespace
// Geocoder::Geocoder ------------------------------------------------------------------------------
-Geocoder::Geocoder(DataSourceBase const & dataSource, storage::CountryInfoGetter const & infoGetter,
+Geocoder::Geocoder(DataSource const & dataSource, storage::CountryInfoGetter const & infoGetter,
CategoriesHolder const & categories, PreRanker & preRanker,
VillagesCache & villagesCache, ::base::Cancellable const & cancellable)
: m_dataSource(dataSource)