diff --git a/search/intermediate_result.cpp b/search/intermediate_result.cpp index 00081df998..9cbbf681c9 100644 --- a/search/intermediate_result.cpp +++ b/search/intermediate_result.cpp @@ -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;