commit | aa7044de0ceacd71cab19212d266c3a66c03b41e | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <[email protected]> | Wed Nov 04 16:25:57 2015 -0800 |
committer | Behdad Esfahbod <[email protected]> | Wed Nov 04 16:25:57 2015 -0800 |
tree | 9f9089c54ed46efce74b3ea3c9a45a384650632a | |
parent | 7793aad946e09b53523b30d57de85abd1d15f8b6 [diff] [blame] |
Generalize flags types
diff --git a/src/hb-buffer-private.hh b/src/hb-buffer-private.hh index 521214d..8e33fc8 100644 --- a/src/hb-buffer-private.hh +++ b/src/hb-buffer-private.hh
@@ -38,6 +38,9 @@ ASSERT_STATIC (sizeof (hb_glyph_info_t) == 20); ASSERT_STATIC (sizeof (hb_glyph_info_t) == sizeof (hb_glyph_position_t)); +template <> class hb_mark_as_flags_t<hb_buffer_flags_t> {}; +template <> class hb_mark_as_flags_t<hb_buffer_serialize_flags_t> {}; + /* * hb_buffer_t