mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 08:34:30 +00:00
Stage 1 of clang compiler warning patches.
This commit is contained in:
@@ -107,7 +107,7 @@
|
||||
|
||||
- (void) setDisplayName: (NSString *) newDisplayName
|
||||
{
|
||||
ASSIGN (displayName, newDisplayName);
|
||||
ASSIGN (displayName, [newDisplayName mutableCopy]);
|
||||
}
|
||||
|
||||
- (NSString *) displayName
|
||||
|
||||
Reference in New Issue
Block a user