Update SOGoFolder.m

pull/108/head
ethoms 2015-11-04 07:27:53 +08:00
parent 6bff05b84a
commit 1a0915ebf6
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@
- (void) setDisplayName: (NSString *) newDisplayName
{
ASSIGN (displayName, [newDisplayName mutableCopy]);
ASSIGN (displayName, (NSMutableString *)newDisplayName);
}
- (NSString *) displayName