diff options
| -rw-r--r-- | json-glib/json-enum-types.c.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json-glib/json-enum-types.c.in b/json-glib/json-enum-types.c.in index eba4222..8b82049 100644 --- a/json-glib/json-enum-types.c.in +++ b/json-glib/json-enum-types.c.in @@ -16,7 +16,7 @@ GType if (g_once_init_enter (&g_enum_type_id__volatile)) { - const G@Type@Value values[] = { + static const G@Type@Value values[] = { /*** END value-header ***/ /*** BEGIN value-production ***/ |
