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:
authortatiana-yan <tatiana.kondakova@gmail.com>2018-06-26 10:51:37 +0300
committerArsentiy Milchakov <milcars@mapswithme.com>2018-06-27 19:20:52 +0300
commit570b2b0b35df1fad001460eccf35da31e334b8b0 (patch)
tree2f805cf3122db499b794248f3f6c1bdd232b258c /search/rank_table_cache.cpp
parentdd7186b48be4636c1e67d223817a47f3f3a026e9 (diff)
[indexer] DataSource refactoring
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())