fix gobject compile issue (#773)
authorEbrahim Byagowi <ebrahim@gnu.org>
Sun, 11 Feb 2018 08:33:33 +0000 (12:03 +0330)
committerGitHub <noreply@github.com>
Sun, 11 Feb 2018 08:33:33 +0000 (12:03 +0330)
src/hb-gobject-structs.h

index 3b057d561bc98f9c420f15a248edfb42115d618e..a34b06abbaffd15a933a9003fff578a6909f7d85 100644 (file)
@@ -112,10 +112,10 @@ HB_EXTERN GType hb_gobject_user_data_key_get_type (void);
 #define HB_GOBJECT_TYPE_USER_DATA_KEY (hb_gobject_user_data_key_get_type ())
 
 HB_EXTERN GType hb_gobject_ot_math_glyph_variant_get_type (void);
-#define HB_GOBJECT_TYPE_USER_DATA_KEY (hb_gobject_ot_math_glyph_variant_get_type ())
+#define HB_GOBJECT_TYPE_OT_MATH_GLYPH_VARIANT (hb_gobject_ot_math_glyph_variant_get_type ())
 
 HB_EXTERN GType hb_gobject_ot_math_glyph_part_get_type (void);
-#define HB_GOBJECT_TYPE_USER_DATA_KEY (hb_gobject_ot_math_glyph_part_get_type ())
+#define HB_GOBJECT_TYPE_OT_MATH_GLYPH_PART (hb_gobject_ot_math_glyph_part_get_type ())
 
 
 HB_END_DECLS