summaryrefslogtreecommitdiff
path: root/gtk/gtkfixed.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkfixed.c')
-rw-r--r--gtk/gtkfixed.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkfixed.c b/gtk/gtkfixed.c
index e598f687ab..b3d04c1591 100644
--- a/gtk/gtkfixed.c
+++ b/gtk/gtkfixed.c
@@ -47,7 +47,7 @@ static GtkContainerClass *parent_class = NULL;
guint
-gtk_fixed_get_type ()
+gtk_fixed_get_type (void)
{
static guint fixed_type = 0;
@@ -106,7 +106,7 @@ gtk_fixed_init (GtkFixed *fixed)
}
GtkWidget*
-gtk_fixed_new ()
+gtk_fixed_new (void)
{
GtkFixed *fixed;