add back assert_pod
This commit is contained in:
parent
d0ce3c66e2
commit
ef62dfed3f
|
@ -45,6 +45,7 @@ struct hb_subset_input_t {
|
||||||
|
|
||||||
struct hb_subset_face_t {
|
struct hb_subset_face_t {
|
||||||
hb_object_header_t header;
|
hb_object_header_t header;
|
||||||
|
ASSERT_POD ();
|
||||||
|
|
||||||
hb_face_t *face;
|
hb_face_t *face;
|
||||||
OT::cmap::accelerator_t cmap;
|
OT::cmap::accelerator_t cmap;
|
||||||
|
|
Loading…
Reference in New Issue