[subset] add missing template parameter.
authorGarret Rieger <grieger@google.com>
Thu, 3 May 2018 20:14:28 +0000 (13:14 -0700)
committerGarret Rieger <grieger@google.com>
Fri, 4 May 2018 18:20:03 +0000 (11:20 -0700)
src/hb-ot-cmap-table.hh

index 83b47b5..40125b0 100644 (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)