From 547e123d2777bd3beba36e74e018efb590ed44d4 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 18 Jun 2009 15:26:21 -0400 Subject: Stop abusing forward declarations. --- widgets/misc/e-info-label.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'widgets/misc') diff --git a/widgets/misc/e-info-label.h b/widgets/misc/e-info-label.h index 8509e30130..977cc6ac4f 100644 --- a/widgets/misc/e-info-label.h +++ b/widgets/misc/e-info-label.h @@ -36,8 +36,8 @@ typedef struct _EInfoLabelClass EInfoLabelClass; struct _EInfoLabel { GtkHBox parent; - struct _GtkWidget *location; - struct _GtkWidget *info; + GtkWidget *location; + GtkWidget *info; }; struct _EInfoLabelClass { -- cgit v1.2.3