From 79c3eb33dcfcf029f877231de49c364dc2e1644e Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Sun, 1 Jul 2012 22:31:05 +0000 Subject: [PATCH] Monotone-Parent: a6b977673a1cc94b1269e19c469101dca9fd17bc Monotone-Revision: ebf7c7e799b00cc44e631f47d644d492cac8a9aa Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-07-01T22:31:05 Monotone-Branch: ca.inverse.sogo --- OpenChange/NSDate+MAPIStore.h | 2 +- OpenChange/NSDate+MAPIStore.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenChange/NSDate+MAPIStore.h b/OpenChange/NSDate+MAPIStore.h index 0a01a2ddc..93f09be37 100644 --- a/OpenChange/NSDate+MAPIStore.h +++ b/OpenChange/NSDate+MAPIStore.h @@ -39,6 +39,6 @@ @end -NSComparisonResult NSDateCompare (NSDate *date1, NSDate *date2, void *); +NSComparisonResult NSDateCompare (id date1, id date2, void *); #endif /* NSCALENDARDATE+MAPISTORE_H */ diff --git a/OpenChange/NSDate+MAPIStore.m b/OpenChange/NSDate+MAPIStore.m index 1e631b82b..06e55f1d7 100644 --- a/OpenChange/NSDate+MAPIStore.m +++ b/OpenChange/NSDate+MAPIStore.m @@ -131,7 +131,7 @@ _setupRefDate () @end NSComparisonResult -NSDateCompare (NSDate *date1, NSDate *date2, void *ctx) +NSDateCompare (id date1, id date2, void *ctx) { NSTimeInterval secs1, secs2; NSComparisonResult result;