From 2d1589221ddcc64dedd6fa72b853e34b0fff0fab Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 7 Jun 2023 15:47:08 -0600 Subject: [PATCH] [subset/hdmx] Remove an unintended vector copy --- src/hb-ot-hdmx-table.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-hdmx-table.hh b/src/hb-ot-hdmx-table.hh index f30d3c3e2..cbcf6f5f2 100644 --- a/src/hb-ot-hdmx-table.hh +++ b/src/hb-ot-hdmx-table.hh @@ -94,7 +94,7 @@ struct hdmx bool serialize (hb_serialize_context_t *c, unsigned version, Iterator it, - const hb_vector_t new_to_old_gid_list, + const hb_vector_t &new_to_old_gid_list, unsigned num_glyphs) { TRACE_SERIALIZE (this);