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/engine.cpp')
-rw-r--r--search/engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/search/engine.cpp b/search/engine.cpp
index f3a559cc2c..7fac0f5da5 100644
--- a/search/engine.cpp
+++ b/search/engine.cpp
@@ -92,7 +92,7 @@ Engine::Params::Params(string const & locale, size_t numThreads)
}
// Engine ------------------------------------------------------------------------------------------
-Engine::Engine(DataSourceBase & dataSource, CategoriesHolder const & categories,
+Engine::Engine(DataSource & dataSource, CategoriesHolder const & categories,
storage::CountryInfoGetter const & infoGetter, Params const & params)
: m_shutdown(false)
{