提交 7c22f98d 编写于 作者: G Garret Rieger

[subset] add missing template parameter.

上级 95eb0f3b
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册