mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 01:00:37 +00:00
[cff] Cosmetic in parsed_values_t
This commit is contained in:
parent
b46c7faa9c
commit
acdab17ed3
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue