From 6bff05b84a3018be0e196d736bab59c78616273a Mon Sep 17 00:00:00 2001 From: ethoms Date: Wed, 4 Nov 2015 07:24:02 +0800 Subject: [PATCH] Update SOGoMailLabel.m --- SoObjects/Mailer/SOGoMailLabel.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/Mailer/SOGoMailLabel.m b/SoObjects/Mailer/SOGoMailLabel.m index 93dd59fd8..553a0395f 100644 --- a/SoObjects/Mailer/SOGoMailLabel.m +++ b/SoObjects/Mailer/SOGoMailLabel.m @@ -74,7 +74,7 @@ int i; allLabels = [NSMutableArray array]; - allKeys = [[[theDefaults allKeys] sortedArrayUsingSelector: @selector (caseInsensitiveCompare:)] mutableCopy]; + allKeys = (NSMutableArray *)[[theDefaults allKeys] sortedArrayUsingSelector: @selector (caseInsensitiveCompare:)]; for (i = 0; i < [allKeys count]; i++) {