diff options
Diffstat (limited to 'gtk/gtkfixed.h')
-rw-r--r-- | gtk/gtkfixed.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfixed.h b/gtk/gtkfixed.h index ee9c131a00..08fb9969f8 100644 --- a/gtk/gtkfixed.h +++ b/gtk/gtkfixed.h @@ -58,7 +58,7 @@ struct _GtkFixedChild guint gtk_fixed_get_type (void); -GtkWidget* gtk_fixed_new (); +GtkWidget* gtk_fixed_new (void); void gtk_fixed_put (GtkFixed *fixed, GtkWidget *widget, gint16 x, |