diff options
author | stuconnolly <stuart02@gmail.com> | 2011-03-04 22:05:55 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2011-03-04 22:05:55 +0000 |
commit | 09a49199cd951f2bb8947c7853d357ae53fb51de (patch) | |
tree | 53d6151fe931ae7ac513b629c7f700c5600276f1 /Source/SPEditorPreferencePane.m | |
parent | 994756398decf77738afb3c599d4cb9238c77cee (diff) | |
download | sequelpro-09a49199cd951f2bb8947c7853d357ae53fb51de.tar.gz sequelpro-09a49199cd951f2bb8947c7853d357ae53fb51de.tar.bz2 sequelpro-09a49199cd951f2bb8947c7853d357ae53fb51de.zip |
Fix more compiler warnings.
Diffstat (limited to 'Source/SPEditorPreferencePane.m')
-rw-r--r-- | Source/SPEditorPreferencePane.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPEditorPreferencePane.m b/Source/SPEditorPreferencePane.m index 05c1d791..0cae1217 100644 --- a/Source/SPEditorPreferencePane.m +++ b/Source/SPEditorPreferencePane.m @@ -517,7 +517,7 @@ static NSString *SPDefaultExportColourSchemeName = @"MyTheme"; } } -- (void)panelDidEnd:(NSSavePanel *)panel returnCode:(NSInteger)returnCode contextInfo:(NSString *)contextInfo +- (void)panelDidEnd:(NSOpenPanel *)panel returnCode:(NSInteger)returnCode contextInfo:(NSString *)contextInfo { if ([contextInfo isEqualToString:SPExportColorScheme]) { if (returnCode == NSOKButton) { |