From a4f221498c20bd9bd6178fddc1ba481ff3fd6cb3 Mon Sep 17 00:00:00 2001 From: Kouhei Sutou Date: Fri, 4 Jan 2013 12:18:29 +0000 Subject: [PATCH] gobject: Fix "text_cluster_flags_get_type" typo The macro missed the text from the name, rendering it useless. --- util/cairo-gobject/cairo-gobject.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/cairo-gobject/cairo-gobject.h b/util/cairo-gobject/cairo-gobject.h index d57a735f5..ab7f00e32 100644 --- a/util/cairo-gobject/cairo-gobject.h +++ b/util/cairo-gobject/cairo-gobject.h @@ -117,7 +117,7 @@ cairo_gobject_line_cap_get_type (void); cairo_public GType cairo_gobject_line_join_get_type (void); -#define CAIRO_GOBJECT_TYPE_CLUSTER_FLAGS cairo_gobject_cluster_flags_get_type () +#define CAIRO_GOBJECT_TYPE_TEST_CLUSTER_FLAGS cairo_gobject_text_cluster_flags_get_type () cairo_public GType cairo_gobject_text_cluster_flags_get_type (void);