From 54da3a6b973deb893ce9c8d094ce37ef4c66f9d6 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Sat, 6 Mar 2010 13:40:08 +0000 Subject: Fix warning introduced in r1850 by making SPAppController conform to the FeebackReporter's FRFeedbackReporterDelegate protocol. --- Source/SPAppController.h | 3 ++- Source/SPAppController.m | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'Source') diff --git a/Source/SPAppController.h b/Source/SPAppController.h index 5b5c5554..3f661d08 100644 --- a/Source/SPAppController.h +++ b/Source/SPAppController.h @@ -24,10 +24,11 @@ // More info at #import +#import @class SPPreferenceController, SPAboutController; -@interface SPAppController : NSObject +@interface SPAppController : NSObject { BOOL isNewFavorite; diff --git a/Source/SPAppController.m b/Source/SPAppController.m index 9feea4e9..7c5db4eb 100644 --- a/Source/SPAppController.m +++ b/Source/SPAppController.m @@ -420,7 +420,7 @@ /** * Anonymises the preferences dictionary before feedback submission */ -- (NSMutableDictionary*) anonymizePreferencesForFeedbackReport:(NSMutableDictionary *)preferences +- (NSMutableDictionary*)anonymizePreferencesForFeedbackReport:(NSMutableDictionary *)preferences { [preferences removeObjectsForKeys:[NSArray arrayWithObjects:@"ContentFilters", @"favorites", -- cgit v1.2.3