diff options
Diffstat (limited to 'gtk/gtkfixed.c')
-rw-r--r-- | gtk/gtkfixed.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk/gtkfixed.c b/gtk/gtkfixed.c index 3dbce8ca16..ca365f16c9 100644 --- a/gtk/gtkfixed.c +++ b/gtk/gtkfixed.c @@ -61,8 +61,9 @@ gtk_fixed_get_type (void) sizeof (GtkFixedClass), (GtkClassInitFunc) gtk_fixed_class_init, (GtkObjectInitFunc) gtk_fixed_init, - (GtkArgSetFunc) NULL, - (GtkArgGetFunc) NULL, + /* reversed_1 */ NULL, + /* reversed_2 */ NULL, + (GtkClassInitFunc) NULL, }; fixed_type = gtk_type_unique (gtk_container_get_type (), &fixed_info); |