diff options
author | Miguel de Icaza <miguel@nuclecu.unam.mx> | 1998-01-20 01:04:55 +0000 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-01-20 01:04:55 +0000 |
commit | 839be1dfdb41666332e21c389791070b160f217c (patch) | |
tree | cabf934bed07bdf9558fd8035c1984121c04ca8f /gtk/gtkstatusbar.h | |
parent | 53ac2efcad3eab0a9d1ee2dfbe9ee8a8d3038419 (diff) | |
download | gtk+-839be1dfdb41666332e21c389791070b160f217c.tar.gz |
someone forgot the __cplusplus closing brace.
Mon Jan 19 19:05:26 1998 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gtk/gtkstatusbar.h: someone forgot the __cplusplus closing brace.
Diffstat (limited to 'gtk/gtkstatusbar.h')
-rw-r--r-- | gtk/gtkstatusbar.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkstatusbar.h b/gtk/gtkstatusbar.h index 08f7f96ecf..dc9a2f2488 100644 --- a/gtk/gtkstatusbar.h +++ b/gtk/gtkstatusbar.h @@ -66,4 +66,7 @@ gint gtk_statusbar_push (GtkStatusbar *statusbar, void gtk_statusbar_pop (GtkStatusbar *statusbar, gint statusid); +#ifdef __cplusplus +} +#endif /* __cplusplus */ #endif /* __GTK_STATUSBAR_H_ */ |