diff options
Diffstat (limited to 'gtk/gtkvbox.c')
-rw-r--r-- | gtk/gtkvbox.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkvbox.c b/gtk/gtkvbox.c index 585e99b87b..a26f33ebc1 100644 --- a/gtk/gtkvbox.c +++ b/gtk/gtkvbox.c @@ -40,7 +40,8 @@ gtk_vbox_get_type () sizeof (GtkVBoxClass), (GtkClassInitFunc) gtk_vbox_class_init, (GtkObjectInitFunc) gtk_vbox_init, - (GtkArgFunc) NULL, + (GtkArgSetFunc) NULL, + (GtkArgGetFunc) NULL, }; vbox_type = gtk_type_unique (gtk_box_get_type (), &vbox_info); |