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.hpp')
-rw-r--r--search/rank_table_cache.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/search/rank_table_cache.hpp b/search/rank_table_cache.hpp
index c7b8d691ee..20b14ae99b 100644
--- a/search/rank_table_cache.hpp
+++ b/search/rank_table_cache.hpp
@@ -7,7 +7,7 @@
#include "std/map.hpp"
#include "std/unique_ptr.hpp"
-class DataSourceBase;
+class DataSource;
namespace search
{
@@ -29,7 +29,7 @@ class RankTableCache
public:
RankTableCache() = default;
- RankTable const & Get(DataSourceBase & dataSource, TId const & mwmId);
+ RankTable const & Get(DataSource & dataSource, TId const & mwmId);
void Remove(TId const & id);
void Clear();