diff options
Diffstat (limited to 'gtk/gtktogglebutton.c')
-rw-r--r-- | gtk/gtktogglebutton.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtktogglebutton.c b/gtk/gtktogglebutton.c index 4e4da236e9..fc5e1f8e96 100644 --- a/gtk/gtktogglebutton.c +++ b/gtk/gtktogglebutton.c @@ -46,7 +46,7 @@ static guint toggle_button_signals[LAST_SIGNAL] = { 0 }; guint -gtk_toggle_button_get_type () +gtk_toggle_button_get_type (void) { static guint toggle_button_type = 0; @@ -112,7 +112,7 @@ gtk_toggle_button_init (GtkToggleButton *toggle_button) GtkWidget* -gtk_toggle_button_new () +gtk_toggle_button_new (void) { return GTK_WIDGET (gtk_type_new (gtk_toggle_button_get_type ())); } |