[AnchorMatrix] Annotate offset base type

This commit is contained in:
Behdad Esfahbod 2023-10-31 14:50:45 -06:00
parent 4f219385a6
commit 62117801b8

View file

@ -8,7 +8,7 @@ namespace GPOS_impl {
struct AnchorMatrix
{
HBUINT16 rows; /* Number of rows */
UnsizedArrayOf<Offset16To<Anchor>>
UnsizedArrayOf<Offset16To<Anchor, AnchorMatrix>>
matrixZ; /* Matrix of offsets to Anchor tables--
* from beginning of AnchorMatrix table */
public: