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 'indexer/data_source_helpers.cpp')
-rw-r--r--indexer/data_source_helpers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/data_source_helpers.cpp b/indexer/data_source_helpers.cpp
index 210a0af1e9..f17f22072f 100644
--- a/indexer/data_source_helpers.cpp
+++ b/indexer/data_source_helpers.cpp
@@ -6,7 +6,7 @@
namespace indexer
{
-void ForEachFeatureAtPoint(DataSourceBase const & dataSource, function<void(FeatureType &)> && fn,
+void ForEachFeatureAtPoint(DataSource const & dataSource, function<void(FeatureType &)> && fn,
m2::PointD const & mercator, double toleranceInMeters)
{
double constexpr kSelectRectWidthInMeters = 1.1;