diff options
Diffstat (limited to 'gtk/gtkpixmap.c')
-rw-r--r-- | gtk/gtkpixmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkpixmap.c b/gtk/gtkpixmap.c index e38bd8d807..f1e6625358 100644 --- a/gtk/gtkpixmap.c +++ b/gtk/gtkpixmap.c @@ -39,7 +39,7 @@ gtk_pixmap_get_type (void) if (!pixmap_type) { - GtkTypeInfo pixmap_info = + static const GtkTypeInfo pixmap_info = { "GtkPixmap", sizeof (GtkPixmap), |