aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPEditorPreferencePane.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2013-01-24 20:53:51 +0000
committerstuconnolly <stuart02@gmail.com>2013-01-24 20:53:51 +0000
commitceb7ac070de284fea209962bf7352bffc1788218 (patch)
tree70e433aa8a2ff9f080c49ec05e5a51230053661e /Source/SPEditorPreferencePane.h
parent5956ce23cb3e98a14aff79ceb122b47712442953 (diff)
downloadsequelpro-ceb7ac070de284fea209962bf7352bffc1788218.tar.gz
sequelpro-ceb7ac070de284fea209962bf7352bffc1788218.tar.bz2
sequelpro-ceb7ac070de284fea209962bf7352bffc1788218.zip
Fix warnings due to not conforming to 10.6 protocols.
Diffstat (limited to 'Source/SPEditorPreferencePane.h')
-rw-r--r--Source/SPEditorPreferencePane.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPEditorPreferencePane.h b/Source/SPEditorPreferencePane.h
index 4db496bc..29610a08 100644
--- a/Source/SPEditorPreferencePane.h
+++ b/Source/SPEditorPreferencePane.h
@@ -39,7 +39,7 @@
*
* Editor preference pane controller.
*/
-@interface SPEditorPreferencePane : SPPreferencePane <SPPreferencePaneProtocol>
+@interface SPEditorPreferencePane : SPPreferencePane <SPPreferencePaneProtocol, NSOpenSavePanelDelegate>
{
IBOutlet NSWindow *enterNameWindow;
IBOutlet NSWindow *editThemeListWindow;