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/features_layer_matcher.cpp')
-rw-r--r--search/features_layer_matcher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/search/features_layer_matcher.cpp b/search/features_layer_matcher.cpp
index b7974aaa00..c2e6c0e9ad 100644
--- a/search/features_layer_matcher.cpp
+++ b/search/features_layer_matcher.cpp
@@ -13,7 +13,7 @@ namespace search
/// even if there is no exact street written for this house.
int constexpr kMaxApproxStreetDistanceM = 100;
-FeaturesLayerMatcher::FeaturesLayerMatcher(DataSourceBase const & dataSource,
+FeaturesLayerMatcher::FeaturesLayerMatcher(DataSource const & dataSource,
::base::Cancellable const & cancellable)
: m_context(nullptr)
, m_postcodes(nullptr)