Add template keyword
authorBehdad Esfahbod <behdad@behdad.org>
Sun, 26 Aug 2018 08:30:52 +0000 (01:30 -0700)
committerBehdad Esfahbod <behdad@behdad.org>
Sun, 26 Aug 2018 08:30:52 +0000 (01:30 -0700)
I swear I have no idea why this is needed, but it is...

src/hb-ot-layout-gsubgpos.hh

index e7d20fd..3727dd9 100644 (file)
@@ -2387,7 +2387,7 @@ struct GSUBGPOS
     inline void init (hb_face_t *face)
     {
       this->blob = hb_sanitize_context_t().reference_table<T> (face);
-      table = this->blob->as<T> ();
+      table = this->blob->template as<T> ();
 
       this->lookup_count = table->get_lookup_count ();