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/processor.cpp')
-rw-r--r--search/processor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/search/processor.cpp b/search/processor.cpp
index b3b27dff3c..81041dbf88 100644
--- a/search/processor.cpp
+++ b/search/processor.cpp
@@ -145,7 +145,7 @@ Processor::Processor(Index const & index, CategoriesHolder const & categories,
, m_minDistanceOnMapBetweenResults(0.0)
, m_mode(Mode::Everywhere)
, m_suggestsEnabled(true)
- , m_ranker(index, m_emitter, infoGetter, categories, suggests,
+ , m_ranker(index, infoGetter, m_emitter, categories, suggests,
static_cast<my::Cancellable const &>(*this))
, m_preRanker(index, m_ranker, kPreResultsCount)
, m_geocoder(index, infoGetter, m_preRanker, static_cast<my::Cancellable const &>(*this))