[search] Fixed dummy bug with types.

This commit is contained in:
vng 2015-09-16 14:41:41 +03:00 committed by Alex Zolotarev
parent 3c562b82f3
commit 776e00e6bc

View file

@ -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;