提交 915931b7 编写于 作者: B Behdad Esfahbod

s/DEFINE_NOT_INSTANTIABLE/DEFINE_NON_INSTANTIABLE/

上级 0c0d5533
......@@ -53,7 +53,7 @@ struct NAME { \
DEFINE_LEN(Type, array, num) \
DEFINE_SIZE(Type, array, num)
#define DEFINE_NOT_INSTANTIABLE(Type) \
#define DEFINE_NON_INSTANTIABLE(Type) \
private: inline Type() {} /* cannot be instantiated */ \
public:
......@@ -255,7 +255,7 @@ struct TTCHeader {
*/
struct OpenTypeFontFile {
DEFINE_NOT_INSTANTIABLE(OpenTypeFontFile);
DEFINE_NON_INSTANTIABLE(OpenTypeFontFile);
static const hb_tag_t TrueTypeTag = HB_TAG ( 0 , 1 , 0 , 0 );
static const hb_tag_t CFFTag = HB_TAG ('O','T','T','O');
static const hb_tag_t TTCTag = HB_TAG ('t','t','c','f');
......@@ -497,7 +497,7 @@ struct CoverageFormat2 {
};
struct CoverageFormat {
DEFINE_NOT_INSTANTIABLE(CoverageFormat);
DEFINE_NON_INSTANTIABLE(CoverageFormat);
inline unsigned int get_size (void) const {
switch (coverageFormat) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册