diff options
Diffstat (limited to 'calendar/gui/e-week-view.h')
-rw-r--r-- | calendar/gui/e-week-view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-week-view.h b/calendar/gui/e-week-view.h index dbb61a58b7..dc2b01e4ff 100644 --- a/calendar/gui/e-week-view.h +++ b/calendar/gui/e-week-view.h @@ -131,7 +131,7 @@ struct _EWeekViewEventSpan { typedef struct _EWeekViewEvent EWeekViewEvent; struct _EWeekViewEvent { - iCalObject *ico; + CalComponent *comp; time_t start; time_t end; guint16 start_minute; /* Minutes from the start of the day. */ |