summaryrefslogtreecommitdiff
path: root/glib/gthreadprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'glib/gthreadprivate.h')
-rw-r--r--glib/gthreadprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gthreadprivate.h b/glib/gthreadprivate.h
index 3670b2f19..6b974debb 100644
--- a/glib/gthreadprivate.h
+++ b/glib/gthreadprivate.h
@@ -32,7 +32,7 @@ struct _GRealThread
gint ref_count;
gboolean ours;
- const gchar *name;
+ gchar *name;
gpointer retval;
};