mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 08:42:59 +00:00
[aat/ankr] Minor
DEFINE_SIZE_MIN is to be used only in rare cases. For fixed-size structs we want DEFINE_SIZE_STATIC.
This commit is contained in:
parent
f90cd9b1f5
commit
05fbd14e71
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ struct ankr
|
|||
anchors; /* Offset to the glyph data table */
|
||||
|
||||
public:
|
||||
DEFINE_SIZE_MIN (12);
|
||||
DEFINE_SIZE_STATIC (12);
|
||||
};
|
||||
|
||||
} /* namespace AAT */
|
||||
|
|
Loading…
Add table
Reference in a new issue