summaryrefslogtreecommitdiffstats
path: root/src/widgets/gradient-image.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/gradient-image.h')
-rw-r--r--src/widgets/gradient-image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/gradient-image.h b/src/widgets/gradient-image.h
index a1b665f16..637d7c39d 100644
--- a/src/widgets/gradient-image.h
+++ b/src/widgets/gradient-image.h
@@ -42,7 +42,7 @@ struct SPGradientImageClass {
GtkWidgetClass parent_class;
};
-GType sp_gradient_image_get_type (void);
+GType sp_gradient_image_get_type ();
GtkWidget *sp_gradient_image_new (SPGradient *gradient);
GdkPixbuf *sp_gradient_to_pixbuf (SPGradient *gr, int width, int height);