Fix tasks sorting by priority

pull/225/head
Francis Lachapelle 2016-10-21 14:15:34 -04:00
parent 0cbf5cca8d
commit d779657fdf
1 changed files with 10 additions and 9 deletions

View File

@ -58,15 +58,16 @@
#define taskClassificationIndex 6
#define taskLocationIndex 7
#define taskCategoryIndex 8
#define taskEditableIndex 9
#define taskErasableIndex 10
#define taskPriorityIndex 11
#define taskOwnerIndex 12
#define taskIsCycleIndex 13
#define taskNextAlarmIndex 14
#define taskRecurrenceIdIndex 15
#define taskIsExceptionIndex 16
#define taskDescriptionIndex 17
#define taskViewableIndex 9
#define taskEditableIndex 10
#define taskErasableIndex 11
#define taskPriorityIndex 12
#define taskOwnerIndex 13
#define taskIsCycleIndex 14
#define taskNextAlarmIndex 15
#define taskRecurrenceIdIndex 16
#define taskIsExceptionIndex 17
#define taskDescriptionIndex 18
@interface NSArray (SOGoEventComparison)