forked from organicmaps/organicmaps
Review fixes.
This commit is contained in:
parent
64a4f147bd
commit
4604db2aae
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue