aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTreeNode.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPTreeNode.m')
-rw-r--r--Source/SPTreeNode.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPTreeNode.m b/Source/SPTreeNode.m
index 9d34a588..c0202a2e 100644
--- a/Source/SPTreeNode.m
+++ b/Source/SPTreeNode.m
@@ -235,7 +235,7 @@ static NSString *SPTreeNodeIsGroupKey = @"SPTreeNodeIsGroup";
if ([object isKindOfClass:[SPFavoriteNode class]]) {
- dictionary = [NSDictionary dictionaryWithDictionary:[object nodeFavorite]];
+ dictionary = [NSMutableDictionary dictionaryWithDictionary:[object nodeFavorite]];
}
else if ([object isKindOfClass:[SPGroupNode class]]) {