diff options
Diffstat (limited to 'gtk/gtkpixmap.c')
-rw-r--r-- | gtk/gtkpixmap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkpixmap.c b/gtk/gtkpixmap.c index 52bdfc46c..7a3cfb684 100644 --- a/gtk/gtkpixmap.c +++ b/gtk/gtkpixmap.c @@ -42,8 +42,8 @@ gtk_pixmap_get_type (void) sizeof (GtkPixmapClass), (GtkClassInitFunc) gtk_pixmap_class_init, (GtkObjectInitFunc) gtk_pixmap_init, - /* reversed_1 */ NULL, - /* reversed_2 */ NULL, + /* reserved_1 */ NULL, + /* reserved_2 */ NULL, (GtkClassInitFunc) NULL, }; |