mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 08:42:59 +00:00
[subset/hdmx] Remove an unintended vector copy
This commit is contained in:
parent
81b2a56d54
commit
2d1589221d
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ struct hdmx
|
|||
bool serialize (hb_serialize_context_t *c,
|
||||
unsigned version,
|
||||
Iterator it,
|
||||
const hb_vector_t<hb_codepoint_pair_t> new_to_old_gid_list,
|
||||
const hb_vector_t<hb_codepoint_pair_t> &new_to_old_gid_list,
|
||||
unsigned num_glyphs)
|
||||
{
|
||||
TRACE_SERIALIZE (this);
|
||||
|
|
Loading…
Add table
Reference in a new issue