[face] Let hashmap derive invalid key/value types

Works now with the previous two fixes.
pull/3122/head
Behdad Esfahbod 4 years ago
parent 95c888e192
commit 2cb8c928d7
  1. 2
      src/hb-face.cc

@ -624,7 +624,7 @@ hb_face_collect_variation_unicodes (hb_face_t *face,
struct hb_face_builder_data_t
{
hb_hashmap_t<hb_tag_t, hb_blob_t*, (unsigned)-1, nullptr> tables;
hb_hashmap_t<hb_tag_t, hb_blob_t *> tables;
};
static int compare_entries (const void* pa, const void* pb)

Loading…
Cancel
Save