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