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:
authorYuri Gorshenin <y@maps.me>2016-09-12 17:37:53 +0300
committerYuri Gorshenin <y@maps.me>2016-09-12 17:37:53 +0300
commitacb60bab22c2780f8e0bc8cd695392afd9715c1d (patch)
tree6711ee3a7d4aa7da070b04c24e9dfa74ed901c85 /search/processor.cpp
parent96682f747663b5c3d1d8166c0f5ef340d8e8211f (diff)
Review fixes.
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))