diff options
Diffstat (limited to 'json-glib/json-array.c')
-rw-r--r-- | json-glib/json-array.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json-glib/json-array.c b/json-glib/json-array.c index 0b5d32a..13ac3b8 100644 --- a/json-glib/json-array.c +++ b/json-glib/json-array.c @@ -53,7 +53,7 @@ json_array_get_type (void) static GType array_type = 0; if (G_UNLIKELY (!array_type)) - array_type = g_boxed_type_register_static ("JsonArray", + array_type = g_boxed_type_register_static (g_intern_static_string ("JsonArray"), (GBoxedCopyFunc) json_array_ref, (GBoxedFreeFunc) json_array_unref); |