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
path: root/search
diff options
context:
space:
mode:
authorYuri Gorshenin <y@maps.me>2017-11-01 17:12:53 +0300
committermpimenov <mpimenov@users.noreply.github.com>2017-11-01 17:23:14 +0300
commit4604db2aaefa24854ef3100a1f2aa59502418fd6 (patch)
treed8c2ed04927fef94395d077fc71549738e87bd78 /search
parent64a4f147bd7a9acb2d6a3e6809ef172c2696a541 (diff)
Review fixes.
Diffstat (limited to 'search')
-rw-r--r--search/search_integration_tests/helpers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/search/search_integration_tests/helpers.cpp b/search/search_integration_tests/helpers.cpp
index 4ae09fc387..46112a9187 100644
--- a/search/search_integration_tests/helpers.cpp
+++ b/search/search_integration_tests/helpers.cpp
@@ -27,7 +27,7 @@ TestWithClassificator::TestWithClassificator()
SearchTest::SearchTest()
: m_platform(GetPlatform())
, m_scopedLog(LDEBUG)
- , m_engine(make_unique<storage::CountryInfoGetterForTesting>(), Engine::Params())
+ , m_engine(make_unique<storage::CountryInfoGetterForTesting>(), Engine::Params{})
{
indexer::tests_support::SetUpEditorForTesting(make_unique<EditorDelegate>(m_engine));