diff --git a/src/hb-ot-cff2-table.hh b/src/hb-ot-cff2-table.hh index 0f477e9c3..f0a40a8f9 100644 --- a/src/hb-ot-cff2-table.hh +++ b/src/hb-ot-cff2-table.hh @@ -68,7 +68,7 @@ struct CFF2TopDictValues : DictValues { inline void init (void) { - DictValues::init (); + DictValues::init (); charStringsOffset.set (0); vstoreOffset.set (0); FDArrayOffset.set (0); @@ -77,7 +77,7 @@ struct CFF2TopDictValues : DictValues inline void fini (void) { - DictValues::fini (); + DictValues::fini (); FontMatrix[0] = FontMatrix[3] = 0.001f; FontMatrix[1] = FontMatrix[2] = FontMatrix[4] = FontMatrix[5] = 0.0f; } @@ -159,14 +159,14 @@ struct CFF2FontDictValues : DictValues { inline void init (void) { - DictValues::init (); + DictValues::init (); privateDictSize = 0; privateDictOffset.set (0); } inline void fini (void) { - DictValues::fini (); + DictValues::fini (); } unsigned int privateDictSize;