Revert "Fix glib-mkenum warning"

This reverts commit 247756a7d8.

Was wrong.  Right fix coming.
This commit is contained in:
Behdad Esfahbod 2018-09-30 18:25:58 +02:00
parent 3f08750fa6
commit 1dd1e56bf4
1 changed files with 2 additions and 0 deletions

View File

@ -62,7 +62,9 @@ HB_BEGIN_DECLS
typedef struct hb_glyph_info_t
{
hb_codepoint_t codepoint;
/*< private >*/
hb_mask_t mask;
/*< public >*/
uint32_t cluster;
/*< private >*/