summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/domain/typeimplementations.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/domain/typeimplementations.cpp b/common/domain/typeimplementations.cpp
index a8f4baf..9f5e7f2 100644
--- a/common/domain/typeimplementations.cpp
+++ b/common/domain/typeimplementations.cpp
@@ -65,7 +65,8 @@ typedef IndexConfig<Addressbook,
65 65
66typedef IndexConfig<Event, 66typedef IndexConfig<Event,
67 ValueIndex<Event::Uid>, 67 ValueIndex<Event::Uid>,
68 SortedIndex<Event::StartTime> 68 SortedIndex<Event::StartTime>,
69 SortedIndex<Event::EndTime>
69 > EventIndexConfig; 70 > EventIndexConfig;
70 71
71typedef IndexConfig<Todo, 72typedef IndexConfig<Todo,