From a3c99039fea0827520aa83e412ce98cf15e3e57d Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Fri, 12 Nov 2010 22:46:43 +0000 Subject: The favorites controller needs to load favorites into a mutable dictionary. --- Source/SPFavoritesController.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/SPFavoritesController.h') diff --git a/Source/SPFavoritesController.h b/Source/SPFavoritesController.h index bb698d16..1b9f0aca 100644 --- a/Source/SPFavoritesController.h +++ b/Source/SPFavoritesController.h @@ -35,13 +35,13 @@ */ @interface SPFavoritesController : SPSingleton { - NSDictionary *favorites; + NSMutableDictionary *favorites; } /** * @property favorites Favorites data dictionary */ -@property (readonly) NSDictionary *favorites; +@property (readonly) NSMutableDictionary *favorites; + (SPFavoritesController *)sharedFavoritesController; -- cgit v1.2.3