forked from organicmaps/organicmaps
[ios] Build fix.
This commit is contained in:
parent
519b622fb7
commit
4e879b28da
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ using namespace storage;
|
|||
{
|
||||
TCountriesVec childrenId;
|
||||
GetFramework().Storage().GetChildren(self.parentCountryId, childrenId);
|
||||
if (childrenId.find(countryId) != childrenId.cend())
|
||||
if (find(childrenId.cbegin(), childrenId.cend(), countryId) != childrenId.cend())
|
||||
process();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue