Update SOGoFolder.m

This commit is contained in:
ethoms 2015-11-04 07:27:53 +08:00
parent 6bff05b84a
commit 1a0915ebf6

View file

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