mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-08 06:48:51 +00:00
Stage 1 of clang compiler warning patches.
This commit is contained in:
@@ -49,6 +49,7 @@ static NSArray *layoutItems = nil;
|
||||
- (void) dealloc
|
||||
{
|
||||
[item release];
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
- (void) setItem: (NSString *) newItem
|
||||
@@ -68,7 +69,7 @@ static NSArray *layoutItems = nil;
|
||||
|
||||
- (NSString *) itemPrintLayoutText
|
||||
{
|
||||
return [self labelForKey: [NSString stringWithFormat: item]];
|
||||
return [self labelForKey: [NSString stringWithFormat: @"%@", item]];
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user