summaryrefslogtreecommitdiffstats
path: root/src/widgets/button.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/button.h')
-rw-r--r--src/widgets/button.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/button.h b/src/widgets/button.h
index 680ccb79d..60b98de45 100644
--- a/src/widgets/button.h
+++ b/src/widgets/button.h
@@ -56,7 +56,7 @@ struct SPButtonClass {
#define SP_BUTTON_IS_DOWN(b) gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (b))
-GType sp_button_get_type (void);
+GType sp_button_get_type ();
GtkWidget *sp_button_new (GtkIconSize size, SPButtonType type, SPAction *action, SPAction *doubleclick_action);