aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/conduits/todo/todo-conduit.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/conduits/todo/todo-conduit.h')
-rw-r--r--calendar/conduits/todo/todo-conduit.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/calendar/conduits/todo/todo-conduit.h b/calendar/conduits/todo/todo-conduit.h
index 7b5ec6e43e..ecec89c35a 100644
--- a/calendar/conduits/todo/todo-conduit.h
+++ b/calendar/conduits/todo/todo-conduit.h
@@ -71,7 +71,8 @@ struct _EToDoConduitContext {
GHashTable *modified;
GHashTable *deleted;
- GHashTable *map;
+ GHashTable *uid_map;
+ GHashTable *pid_map;
};
#endif __TODO_CONDUIT_H__