[face] Let hashmap derive invalid key/value types

Works now with the previous two fixes.
This commit is contained in:
Behdad Esfahbod 2021-08-05 12:27:22 -06:00
parent 95c888e192
commit 2cb8c928d7
1 changed files with 1 additions and 1 deletions

View File

@ -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)