From 1a0915ebf6a2e41018c22c2fb3ab39d0b75ca3ea Mon Sep 17 00:00:00 2001 From: ethoms Date: Wed, 4 Nov 2015 07:27:53 +0800 Subject: [PATCH] Update SOGoFolder.m --- SoObjects/SOGo/SOGoFolder.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/SOGo/SOGoFolder.m b/SoObjects/SOGo/SOGoFolder.m index 219d7d1ce..ac9d019c8 100644 --- a/SoObjects/SOGo/SOGoFolder.m +++ b/SoObjects/SOGo/SOGoFolder.m @@ -107,7 +107,7 @@ - (void) setDisplayName: (NSString *) newDisplayName { - ASSIGN (displayName, [newDisplayName mutableCopy]); + ASSIGN (displayName, (NSMutableString *)newDisplayName); } - (NSString *) displayName