commit | 05fbd14e715ed5d0f0f86388b1538ad8e8c7c506 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <[email protected]> | Mon Feb 26 01:04:16 2018 -0800 |
committer | Behdad Esfahbod <[email protected]> | Mon Feb 26 01:04:16 2018 -0800 |
tree | 631879cbf43824869cf70197e65d25b6e604404c | |
parent | f90cd9b1f5ade8ad5e3b7caf0272936ad7a0f419 [diff] [blame] |
[aat/ankr] Minor DEFINE_SIZE_MIN is to be used only in rare cases. For fixed-size structs we want DEFINE_SIZE_STATIC.
diff --git a/src/hb-aat-layout-ankr-table.hh b/src/hb-aat-layout-ankr-table.hh index 68fa96f..f9d5cd3 100644 --- a/src/hb-aat-layout-ankr-table.hh +++ b/src/hb-aat-layout-ankr-table.hh
@@ -57,7 +57,7 @@ anchors; /* Offset to the glyph data table */ public: - DEFINE_SIZE_MIN (12); + DEFINE_SIZE_STATIC (12); }; } /* namespace AAT */