forked from organicmaps/organicmaps
[search] Fixed dummy bug with types.
This commit is contained in:
parent
3c562b82f3
commit
776e00e6bc
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ namespace
|
|||
|
||||
bool IsSkip(uint32_t type) const
|
||||
{
|
||||
for (uint8_t t : m_types)
|
||||
for (uint32_t t : m_types)
|
||||
{
|
||||
if (t == type)
|
||||
return true;
|
||||
|
|
Loading…
Add table
Reference in a new issue