diff options
author | Mengjie Yu <meng-jie.yu@sun.com> | 2005-07-27 18:53:37 +0800 |
---|---|---|
committer | Harry Lu <haip@src.gnome.org> | 2005-07-27 18:53:37 +0800 |
commit | 0b49896c17cce89c895d1363b9e5c98915fffc32 (patch) | |
tree | a0bd5b2c92c30905cc6a17ad2e8a9e3fc1956cad /calendar/gui/e-cal-model-calendar.c | |
parent | 514e598c0a19acb718a68c20e89585a9bc7e7566 (diff) | |
download | gsoc2013-evolution-0b49896c17cce89c895d1363b9e5c98915fffc32.tar.gz gsoc2013-evolution-0b49896c17cce89c895d1363b9e5c98915fffc32.tar.zst gsoc2013-evolution-0b49896c17cce89c895d1363b9e5c98915fffc32.zip |
Add reserved field for an empty structure. Add reserved field for an empty
2005-07-27 Mengjie Yu <meng-jie.yu@sun.com>
* gui/e-cal-model-calendar.c:
Add reserved field for an empty structure.
* gui/e-cal-model-tasks.c:
Add reserved field for an empty structure.
Fixes #310198
svn path=/trunk/; revision=29899
Diffstat (limited to 'calendar/gui/e-cal-model-calendar.c')
-rw-r--r-- | calendar/gui/e-cal-model-calendar.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/e-cal-model-calendar.c b/calendar/gui/e-cal-model-calendar.c index 312388f2a1..a03ffe37a4 100644 --- a/calendar/gui/e-cal-model-calendar.c +++ b/calendar/gui/e-cal-model-calendar.c @@ -32,6 +32,7 @@ #include "dialogs/send-comp.h" struct _ECalModelCalendarPrivate { + guint reserved; }; static void e_cal_model_calendar_finalize (GObject *object); |