提交 05fbd14e 编写于 作者: B Behdad Esfahbod

[aat/ankr] Minor

DEFINE_SIZE_MIN is to be used only in rare cases. For fixed-size structs
we want DEFINE_SIZE_STATIC.
上级 f90cd9b1
......@@ -57,7 +57,7 @@ struct ankr
anchors; /* Offset to the glyph data table */
public:
DEFINE_SIZE_MIN (12);
DEFINE_SIZE_STATIC (12);
};
} /* namespace AAT */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册