Minor
authorBehdad Esfahbod <behdad@behdad.org>
Fri, 10 May 2019 20:53:15 +0000 (13:53 -0700)
committerBehdad Esfahbod <behdad@behdad.org>
Fri, 10 May 2019 20:53:15 +0000 (13:53 -0700)
src/hb-ot-layout-gsubgpos.hh

index 93f8f6e..9d7481b 100644 (file)
@@ -2671,7 +2671,7 @@ struct GSUBGPOS
     /* TODO Use intersects() to count how many subtables survive? */
     CastR<OffsetTo<TLookupList>> (out->lookupList)
       .serialize_subset (c,
-                        this+CastR<const OffsetTo<TLookupList>> (lookupList),
+                        this+CastR<OffsetTo<TLookupList>> (lookupList),
                         out);
 
     if (version.to_int () >= 0x00010001u)