diff options
Diffstat (limited to 'calendar/gui/e-cal-model.h')
-rw-r--r-- | calendar/gui/e-cal-model.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/e-cal-model.h b/calendar/gui/e-cal-model.h index 602db1cae4..cebb09cf76 100644 --- a/calendar/gui/e-cal-model.h +++ b/calendar/gui/e-cal-model.h @@ -134,12 +134,12 @@ typedef struct { } ECalModelGenerateInstancesData; struct _ECalModel { - ETableModel model; + GObject parent; ECalModelPrivate *priv; }; struct _ECalModelClass { - ETableModelClass parent_class; + GObjectClass parent_class; /* virtual methods */ const gchar * (*get_color_for_component) |