fix build attempt ^3

This commit is contained in:
Michiharu Ariza 2018-09-17 12:11:56 -07:00
parent f0d74971ae
commit f0a4e0c2ca
1 changed files with 1 additions and 1 deletions

View File

@ -1134,7 +1134,7 @@ struct cff1
SUPER::init (face);
if (blob == nullptr) return;
const OT::cff1 *cff = this->blob->template as<OT::cff1> ();
const OT::cff1 *cff = this->blob->as<OT::cff1> ();
encoding = &Null(Encoding);
charset = &StructAtOffsetOrNull<Charset> (cff, topDict.CharsetOffset);
if (is_CID ())