[cff] Cosmetic in parsed_values_t
This commit is contained in:
parent
b46c7faa9c
commit
acdab17ed3
|
@ -543,8 +543,8 @@ struct parsed_values_t
|
||||||
|
|
||||||
bool has_op (op_code_t op) const
|
bool has_op (op_code_t op) const
|
||||||
{
|
{
|
||||||
for (unsigned int i = 0; i < get_count (); i++)
|
for (const auto& v : values)
|
||||||
if (get_value (i).op == op) return true;
|
if (v.op == op) return true;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue