diff options
Diffstat (limited to 'gtk/gtkhbbox.c')
-rw-r--r-- | gtk/gtkhbbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkhbbox.c b/gtk/gtkhbbox.c index 4b9afe1ad4..a2934de1e9 100644 --- a/gtk/gtkhbbox.c +++ b/gtk/gtkhbbox.c @@ -37,7 +37,7 @@ gtk_hbutton_box_get_type (void) if (!hbutton_box_type) { - GtkTypeInfo hbutton_box_info = + static const GtkTypeInfo hbutton_box_info = { "GtkHButtonBox", sizeof (GtkHButtonBox), |