Add template keyword

I swear I have no idea why this is needed, but it is...
This commit is contained in:
Behdad Esfahbod 2018-08-26 01:30:52 -07:00
parent c44b0caf0d
commit 453e0c60b1

View 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 ();