diff options
Diffstat (limited to 'gtk/gtktextmarkprivate.h')
-rw-r--r-- | gtk/gtktextmarkprivate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktextmarkprivate.h b/gtk/gtktextmarkprivate.h index 3c0ede5d18..ca09d46149 100644 --- a/gtk/gtktextmarkprivate.h +++ b/gtk/gtktextmarkprivate.h @@ -40,7 +40,7 @@ G_BEGIN_DECLS struct _GtkTextMarkBody { GtkTextMark *obj; - gchar *name; + char *name; GtkTextBTree *tree; GtkTextLine *line; guint visible : 1; |