From 839be1dfdb41666332e21c389791070b160f217c Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Tue, 20 Jan 1998 01:04:55 +0000 Subject: [PATCH] someone forgot the __cplusplus closing brace. Mon Jan 19 19:05:26 1998 Miguel de Icaza * gtk/gtkstatusbar.h: someone forgot the __cplusplus closing brace. --- gtk/gtkstatusbar.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gtk/gtkstatusbar.h b/gtk/gtkstatusbar.h index 08f7f96ec..dc9a2f248 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_ */