[subset] add missing template parameter.

This commit is contained in:
Garret Rieger 2018-05-03 13:14:28 -07:00
parent 95eb0f3baf
commit 7c22f98da7
1 changed files with 1 additions and 1 deletions

View File

@ -482,7 +482,7 @@ struct CmapSubtableFormat12 : CmapSubtableLongSegmented<CmapSubtableFormat12>
this->reservedZ.set (0);
this->lengthZ.set (get_sub_table_size (groups));
return CmapSubtableLongSegmented::serialize (c, groups);
return CmapSubtableLongSegmented<CmapSubtableFormat12>::serialize (c, groups);
}
static inline size_t get_sub_table_size (const hb_vector_t<CmapSubtableLongGroup> &groups)