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/nested_rects_cache.cpp')
-rw-r--r--search/nested_rects_cache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/search/nested_rects_cache.cpp b/search/nested_rects_cache.cpp
index b0c4e054cf..5ac54d9a21 100644
--- a/search/nested_rects_cache.cpp
+++ b/search/nested_rects_cache.cpp
@@ -19,7 +19,7 @@ namespace
double const kPositionToleranceMeters = 15.0;
} // namespace
-NestedRectsCache::NestedRectsCache(DataSourceBase const & dataSource)
+NestedRectsCache::NestedRectsCache(DataSource const & dataSource)
: m_dataSource(dataSource), m_scale(0), m_position(0, 0), m_valid(false)
{
}