[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
|
||||
{
|
||||
for (unsigned int i = 0; i < get_count (); i++)
|
||||
if (get_value (i).op == op) return true;
|
||||
for (const auto& v : values)
|
||||
if (v.op == op) return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue