mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
fix bot
This commit is contained in:
parent
9fd367663a
commit
3669a62710
1 changed files with 1 additions and 1 deletions
|
@ -419,7 +419,7 @@ struct TupleVariationHeader
|
|||
struct tuple_delta_t
|
||||
{
|
||||
public:
|
||||
hb_hashmap_t<unsigned, Triple> axis_tuples;
|
||||
hb_hashmap_t<hb_tag_t, Triple> axis_tuples;
|
||||
|
||||
/* indices_length = point_count, indice[i] = 1 means point i is referenced */
|
||||
hb_vector_t<bool> indices;
|
||||
|
|
Loading…
Add table
Reference in a new issue