mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-05 05:18:51 +00:00
Fix some compilation warnings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user