From f0a4e0c2ca5ee0225765590384216d5d5367de7e Mon Sep 17 00:00:00 2001 From: Michiharu Ariza Date: Mon, 17 Sep 2018 12:11:56 -0700 Subject: [PATCH] fix build attempt ^3 --- src/hb-ot-cff1-table.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ())