diff options
author | Shawn Amundson <amundson@src.gnome.org> | 1998-01-03 05:46:58 +0000 |
---|---|---|
committer | Shawn Amundson <amundson@src.gnome.org> | 1998-01-03 05:46:58 +0000 |
commit | 8eb36ebbd560a048814890dd652449aac97e85ed (patch) | |
tree | 5c35b1df719abdd7c1e26c672aa8888b3b5ff606 /gtk/gtkfixed.h | |
parent | 39f02b638bd69903f2ceaddb875e22f5f2edbf2b (diff) | |
download | gtk+-8eb36ebbd560a048814890dd652449aac97e85ed.tar.gz |
Several portability fixes from Michael Callahan <callahan@xmission.com>
* Several portability fixes from Michael Callahan
<callahan@xmission.com> including adding in missing
#includes and adding void in function prototypes.
-Shawn
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, |