[repacker] save buffer reference (not copy).
This commit is contained in:
parent
ede7b74584
commit
a8887b2740
|
@ -39,7 +39,7 @@ struct make_extension_context_t
|
||||||
{
|
{
|
||||||
hb_tag_t table_tag;
|
hb_tag_t table_tag;
|
||||||
graph_t& graph;
|
graph_t& graph;
|
||||||
hb_vector_t<char> buffer;
|
hb_vector_t<char>& buffer;
|
||||||
hb_hashmap_t<unsigned, graph::Lookup*> lookups;
|
hb_hashmap_t<unsigned, graph::Lookup*> lookups;
|
||||||
|
|
||||||
HB_INTERNAL make_extension_context_t (hb_tag_t table_tag_,
|
HB_INTERNAL make_extension_context_t (hb_tag_t table_tag_,
|
||||||
|
|
Loading…
Reference in New Issue