diff --git a/src/hb-ot-layout-gsubgpos.hh b/src/hb-ot-layout-gsubgpos.hh index 3a9656596..0f55a10a6 100644 --- a/src/hb-ot-layout-gsubgpos.hh +++ b/src/hb-ot-layout-gsubgpos.hh @@ -2323,7 +2323,7 @@ struct ChainRule { c->copy (len); for (const auto g : it) - c->copy (HBUINT16 {g}); + c->copy ((HBUINT16) g); } ChainRule* copy (hb_serialize_context_t *c,