aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gncal-todo.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gncal-todo.h')
-rw-r--r--calendar/gncal-todo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gncal-todo.h b/calendar/gncal-todo.h
index cb32c25421..51cfadea3f 100644
--- a/calendar/gncal-todo.h
+++ b/calendar/gncal-todo.h
@@ -34,6 +34,9 @@ struct _GncalTodo {
GtkWidget *edit_button;
GtkWidget *delete_button;
+ GSList *data_ptrs;
+
+
};
struct _GncalTodoClass {