diff options
Diffstat (limited to 'third_party/harfbuzz-ng/src/hb-font-private.hh')
-rw-r--r-- | third_party/harfbuzz-ng/src/hb-font-private.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/harfbuzz-ng/src/hb-font-private.hh b/third_party/harfbuzz-ng/src/hb-font-private.hh index e10e105..91a4304 100644 --- a/third_party/harfbuzz-ng/src/hb-font-private.hh +++ b/third_party/harfbuzz-ng/src/hb-font-private.hh @@ -56,6 +56,7 @@ struct _hb_font_funcs_t { hb_object_header_t header; + ASSERT_POD (); hb_bool_t immutable; @@ -87,6 +88,7 @@ struct _hb_font_funcs_t { struct _hb_face_t { hb_object_header_t header; + ASSERT_POD (); hb_bool_t immutable; @@ -107,6 +109,7 @@ struct _hb_face_t { struct _hb_font_t { hb_object_header_t header; + ASSERT_POD (); hb_bool_t immutable; |