diff options
Diffstat (limited to 'gtk/gtkhbox.c')
-rw-r--r-- | gtk/gtkhbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkhbox.c b/gtk/gtkhbox.c index 0dbc258019..6c3db74849 100644 --- a/gtk/gtkhbox.c +++ b/gtk/gtkhbox.c @@ -34,7 +34,7 @@ gtk_hbox_get_type (void) if (!hbox_type) { - GtkTypeInfo hbox_info = + static const GtkTypeInfo hbox_info = { "GtkHBox", sizeof (GtkHBox), |