diff options
Diffstat (limited to 'gtk/gtkcontainer.c')
-rw-r--r-- | gtk/gtkcontainer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcontainer.c b/gtk/gtkcontainer.c index 74bbaeca82..b42358b2f9 100644 --- a/gtk/gtkcontainer.c +++ b/gtk/gtkcontainer.c @@ -112,7 +112,7 @@ gtk_container_get_type (void) if (!container_type) { - GtkTypeInfo container_info = + static const GtkTypeInfo container_info = { "GtkContainer", sizeof (GtkContainer), |