From 453e0c60b1c87d2cd2527d6d2de673f65458a9fd Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 26 Aug 2018 01:30:52 -0700 Subject: [PATCH] Add template keyword I swear I have no idea why this is needed, but it is... --- src/hb-ot-layout-gsubgpos.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-layout-gsubgpos.hh b/src/hb-ot-layout-gsubgpos.hh index e7d20fd06..3727dd9ea 100644 --- a/src/hb-ot-layout-gsubgpos.hh +++ b/src/hb-ot-layout-gsubgpos.hh @@ -2387,7 +2387,7 @@ struct GSUBGPOS inline void init (hb_face_t *face) { this->blob = hb_sanitize_context_t().reference_table (face); - table = this->blob->as (); + table = this->blob->template as (); this->lookup_count = table->get_lookup_count ();