aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPAppController.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-03-06 13:40:08 +0000
committerstuconnolly <stuart02@gmail.com>2010-03-06 13:40:08 +0000
commit54da3a6b973deb893ce9c8d094ce37ef4c66f9d6 (patch)
tree32de294b7b36afab0e6b78b1b29b3562bd2c06f2 /Source/SPAppController.m
parent5052718afb789f21654e094f2d065baf6bb6ac81 (diff)
downloadsequelpro-54da3a6b973deb893ce9c8d094ce37ef4c66f9d6.tar.gz
sequelpro-54da3a6b973deb893ce9c8d094ce37ef4c66f9d6.tar.bz2
sequelpro-54da3a6b973deb893ce9c8d094ce37ef4c66f9d6.zip
Fix warning introduced in r1850 by making SPAppController conform to the FeebackReporter's FRFeedbackReporterDelegate protocol.
Diffstat (limited to 'Source/SPAppController.m')
-rw-r--r--Source/SPAppController.m2
1 files changed, 1 insertions, 1 deletions
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",