Add template keyword
I swear I have no idea why this is needed, but it is...
This commit is contained in:
parent
c44b0caf0d
commit
453e0c60b1
@ -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 ();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user