diff options
Diffstat (limited to 'source4/gtk/common/select.c')
-rw-r--r-- | source4/gtk/common/select.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/gtk/common/select.c b/source4/gtk/common/select.c index fd8303241f..ad7b0ca1db 100644 --- a/source4/gtk/common/select.c +++ b/source4/gtk/common/select.c @@ -101,7 +101,7 @@ struct policy_handle gtk_select_domain_dialog_get_handle(GtkSelectDomainDialog * return h; } -GType gtk_select_domain_dialog_get_type () +GType gtk_select_domain_dialog_get_type (void) { static GType mytype = 0; @@ -246,7 +246,7 @@ void gtk_select_host_dialog_init (GtkSelectHostDialog *select_host_dialog) GTK_WIDGET_SET_FLAGS (okbutton2, GTK_CAN_DEFAULT); } -GType gtk_select_host_dialog_get_type () +GType gtk_select_host_dialog_get_type (void) { static GType mytype = 0; |