forked from organicmaps/organicmaps
Review fixes.
This commit is contained in:
parent
310ae319e4
commit
83ac57a11c
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ public:
|
|||
auto const & id = result.first;
|
||||
if (type == feature::DataHeader::country)
|
||||
{
|
||||
if (auto info = id.GetInfo())
|
||||
if (auto const & info = id.GetInfo())
|
||||
RegisterCountry(name, info->m_limitRect);
|
||||
}
|
||||
return id;
|
||||
|
|
Loading…
Add table
Reference in a new issue