diff --git a/src/hb-ot-cff1-table.hh b/src/hb-ot-cff1-table.hh index 986975d88..d90131bd6 100644 --- a/src/hb-ot-cff1-table.hh +++ b/src/hb-ot-cff1-table.hh @@ -1134,7 +1134,7 @@ struct cff1 SUPER::init (face); if (blob == nullptr) return; - const OT::cff1 *cff = this->blob->template as (); + const OT::cff1 *cff = this->blob->as (); encoding = &Null(Encoding); charset = &StructAtOffsetOrNull (cff, topDict.CharsetOffset); if (is_CID ())