aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/pcs/cal-factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/pcs/cal-factory.h')
-rw-r--r--calendar/pcs/cal-factory.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/calendar/pcs/cal-factory.h b/calendar/pcs/cal-factory.h
index f96ba4ba92..9405a05ef8 100644
--- a/calendar/pcs/cal-factory.h
+++ b/calendar/pcs/cal-factory.h
@@ -41,11 +41,13 @@ BEGIN_GNOME_DECLS
typedef struct _CalFactory CalFactory;
typedef struct _CalFactoryClass CalFactoryClass;
+typedef struct _CalFactoryPrivate CalFactoryPrivate;
+
struct _CalFactory {
BonoboObject object;
/* Private data */
- gpointer priv;
+ CalFactoryPrivate *priv;
};
struct _CalFactoryClass {