summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorKouhei Sutou <kou@clear-code.com>2013-01-04 12:18:29 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2013-01-04 12:18:29 +0000
commita4f221498c20bd9bd6178fddc1ba481ff3fd6cb3 (patch)
treea9610df655099623211ceafbd89e78e0af5af7d4 /util
parent9dde964553f74ccbc037b13ca83d0abb46adb194 (diff)
downloadcairo-a4f221498c20bd9bd6178fddc1ba481ff3fd6cb3.tar.gz
gobject: Fix "text_cluster_flags_get_type" typo
The macro missed the text from the name, rendering it useless.
Diffstat (limited to 'util')
-rw-r--r--util/cairo-gobject/cairo-gobject.h2
1 files changed, 1 insertions, 1 deletions
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);