Synchronize .h and .m method signatures.

This commit is contained in:
Patrice Levesque
2016-03-07 10:34:40 -05:00
parent 5e9d0ce95a
commit ddade629fd
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2234,7 +2234,7 @@ _compareFetchResultsByMODSEQ (id entry1, id entry2, void *data)
//
// FIXME: refactor MAPIStoreMailFolder.m - synchroniseCache to use this method
//
- (NSArray *) syncTokenFieldsWithProperties: (NSArray *) theProperties
- (NSArray *) syncTokenFieldsWithProperties: (NSDictionary *) theProperties
matchingSyncToken: (NSString *) theSyncToken
fromDate: (NSCalendarDate *) theStartDate
initialLoad: (BOOL) initialLoadInProgress