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/search_integration_tests/pre_ranker_test.cpp')
-rw-r--r--search/search_integration_tests/pre_ranker_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/search/search_integration_tests/pre_ranker_test.cpp b/search/search_integration_tests/pre_ranker_test.cpp
index f54dd1cbb4..50094d1c4e 100644
--- a/search/search_integration_tests/pre_ranker_test.cpp
+++ b/search/search_integration_tests/pre_ranker_test.cpp
@@ -45,7 +45,7 @@ class TestRanker : public Ranker
public:
TestRanker(TestSearchEngine & engine, Emitter & emitter, vector<Suggest> const & suggests,
my::Cancellable const & cancellable, vector<PreResult1> & results)
- : Ranker(static_cast<Index const &>(engine), emitter, engine.GetCountryInfoGetter(),
+ : Ranker(static_cast<Index const &>(engine), engine.GetCountryInfoGetter(), emitter,
GetDefaultCategories(), suggests, cancellable)
, m_results(results)
{