add back assert_pod

This commit is contained in:
Rod Sheeter 2018-02-06 17:12:17 -08:00 committed by Behdad Esfahbod
parent d0ce3c66e2
commit ef62dfed3f
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ struct hb_subset_input_t {
struct hb_subset_face_t {
hb_object_header_t header;
ASSERT_POD ();
hb_face_t *face;
OT::cmap::accelerator_t cmap;