diff --git a/UI/MailerUI/UIxMailTree.h b/UI/MailerUI/UIxMailTree.h index dcea0a403..b2c6a6af9 100644 --- a/UI/MailerUI/UIxMailTree.h +++ b/UI/MailerUI/UIxMailTree.h @@ -31,7 +31,7 @@ { NSString *rootClassName; NSString *treeFolderAction; - NSMutableDictionary *flattenedNodes; + NSMutableArray *flattenedNodes; id rootNodes; id item; }