[repacker] save buffer reference (not copy).

This commit is contained in:
Garret Rieger 2022-07-21 21:50:23 +00:00
parent ede7b74584
commit a8887b2740
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ struct make_extension_context_t
{
hb_tag_t table_tag;
graph_t& graph;
hb_vector_t<char> buffer;
hb_vector_t<char>& buffer;
hb_hashmap_t<unsigned, graph::Lookup*> lookups;
HB_INTERNAL make_extension_context_t (hb_tag_t table_tag_,