Fix some compilation warnings

pull/53/head
Francis Lachapelle 2014-08-28 09:37:49 -04:00
parent da184f8459
commit dadad3df2a
2 changed files with 5 additions and 2 deletions

View File

@ -25,6 +25,8 @@
#import <Foundation/NSString.h>
#import <Foundation/NSArray.h>
#import <NGExtensions/NSObject+Values.h>
#import <NGObjWeb/NSException+HTTP.h>
#import <NGObjWeb/SoPermissions.h>
#import <NGObjWeb/SoSecurityManager.h>
@ -41,6 +43,7 @@
#import <Appointments/iCalEvent+SOGo.h>
#import <Appointments/SOGoAppointmentObject.h>
#import <Appointments/SOGoAppointmentFolder.h>
#import <Appointments/SOGoAppointmentFolders.h>
#import <Common/WODirectAction+SOGo.h>
@ -59,7 +62,6 @@
NSTimeInterval newDuration;
SOGoUserDefaults *ud;
NSString *daysDelta, *startDelta, *durationDelta, *destionationCalendar;
NSArray *calendarsID;
NSTimeZone *tz;
NSException *ex;
SOGoAppointmentFolder *targetCalendar, *sourceCalendar;

View File

@ -22,6 +22,7 @@
#import <Foundation/NSArray.h>
#import <Foundation/NSCalendarDate.h>
#import <Foundation/NSDictionary.h>
#import <Foundation/NSKeyValueCoding.h>
#import <Foundation/NSString.h>
#import <Foundation/NSTimeZone.h>
#import <Foundation/NSValue.h>
@ -140,7 +141,7 @@
- (NSString *) tasksFilterLabel
{
return [self labelForKey: [self valueForKey:@"taskFilter"]];
return [self labelForKey: [self valueForKey: @"taskFilter"]];
}
- (NSString *) selectedTasksFilter