aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/gnome-cal.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/gnome-cal.h')
-rw-r--r--calendar/gui/gnome-cal.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/calendar/gui/gnome-cal.h b/calendar/gui/gnome-cal.h
index 3b2108c560..8a93d18450 100644
--- a/calendar/gui/gnome-cal.h
+++ b/calendar/gui/gnome-cal.h
@@ -18,9 +18,10 @@ BEGIN_GNOME_DECLS
#define GNOME_IS_CALENDAR(obj) GTK_CHECK_TYPE(obj, gnome_calendar_get_type())
typedef struct {
- GnomeApp gnome_app;
- Calendar *cal;
- GtkWidget *week_view;
+ GnomeApp gnome_app;
+ Calendar *cal;
+ GtkWidget *week_view;
+ void *event_editor;
} GnomeCalendar;
typedef struct {