forked from organicmaps/organicmaps
[new downloader] Review fixes.
This commit is contained in:
parent
b0c5b45824
commit
604f8f8b1a
1 changed files with 1 additions and 1 deletions
|
@ -1135,7 +1135,7 @@ void Storage::GetChildrenInGroups(TCountryId const & parent,
|
|||
parentNode->ForEachChild([&](TCountryTreeNode const & childNode)
|
||||
{
|
||||
NodeStatus const childStatus = GetNodeStatus(childNode).status;
|
||||
TCountryId const childValue = childNode.Value().Name();
|
||||
TCountryId const & childValue = childNode.Value().Name();
|
||||
ASSERT_NOT_EQUAL(childStatus, NodeStatus::Undefined, ());
|
||||
if (childStatus == NodeStatus::NotDownloaded)
|
||||
availChildren.push_back(childValue);
|
||||
|
|
Loading…
Add table
Reference in a new issue