aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-cal-model-tasks.c
diff options
context:
space:
mode:
authorMengjie Yu <meng-jie.yu@sun.com>2005-07-27 18:53:37 +0800
committerHarry Lu <haip@src.gnome.org>2005-07-27 18:53:37 +0800
commit0b49896c17cce89c895d1363b9e5c98915fffc32 (patch)
treea0bd5b2c92c30905cc6a17ad2e8a9e3fc1956cad /calendar/gui/e-cal-model-tasks.c
parent514e598c0a19acb718a68c20e89585a9bc7e7566 (diff)
downloadgsoc2013-evolution-0b49896c17cce89c895d1363b9e5c98915fffc32.tar
gsoc2013-evolution-0b49896c17cce89c895d1363b9e5c98915fffc32.tar.gz
gsoc2013-evolution-0b49896c17cce89c895d1363b9e5c98915fffc32.tar.bz2
gsoc2013-evolution-0b49896c17cce89c895d1363b9e5c98915fffc32.tar.lz
gsoc2013-evolution-0b49896c17cce89c895d1363b9e5c98915fffc32.tar.xz
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-tasks.c')
-rw-r--r--calendar/gui/e-cal-model-tasks.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/e-cal-model-tasks.c b/calendar/gui/e-cal-model-tasks.c
index 56479c9ade..688aab7fbe 100644
--- a/calendar/gui/e-cal-model-tasks.c
+++ b/calendar/gui/e-cal-model-tasks.c
@@ -32,6 +32,7 @@
#include "misc.h"
struct _ECalModelTasksPrivate {
+ guint reserved;
};
static void e_cal_model_tasks_finalize (GObject *object);