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/rank_table_cache.cpp')
-rw-r--r--search/rank_table_cache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/search/rank_table_cache.cpp b/search/rank_table_cache.cpp
index 9af61e7aa9..b91087b7de 100644
--- a/search/rank_table_cache.cpp
+++ b/search/rank_table_cache.cpp
@@ -7,7 +7,7 @@
namespace search
{
-RankTable const & RankTableCache::Get(DataSourceBase & dataSource, TId const & mwmId)
+RankTable const & RankTableCache::Get(DataSource & dataSource, TId const & mwmId)
{
auto const it = m_ranks.find(TKey(mwmId));
if (it != m_ranks.end())