Review fixes.

This commit is contained in:
Yuri Gorshenin 2017-11-01 17:12:53 +03:00 committed by mpimenov
parent 64a4f147bd
commit 4604db2aae

View file

@ -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));