From 5d773ec60029e1a6edec45c27ea918d9be4ea806 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 10 May 2019 13:53:15 -0700 Subject: [PATCH] Minor --- src/hb-ot-layout-gsubgpos.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-layout-gsubgpos.hh b/src/hb-ot-layout-gsubgpos.hh index 93f8f6ea1..9d7481b5f 100644 --- a/src/hb-ot-layout-gsubgpos.hh +++ b/src/hb-ot-layout-gsubgpos.hh @@ -2671,7 +2671,7 @@ struct GSUBGPOS /* TODO Use intersects() to count how many subtables survive? */ CastR> (out->lookupList) .serialize_subset (c, - this+CastR> (lookupList), + this+CastR> (lookupList), out); if (version.to_int () >= 0x00010001u)