aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDatabaseDocument.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/SPDatabaseDocument.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/SPDatabaseDocument.h')
-rw-r--r--Source/SPDatabaseDocument.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/Source/SPDatabaseDocument.h b/Source/SPDatabaseDocument.h
index b5ea2373..ac9f45bc 100644
--- a/Source/SPDatabaseDocument.h
+++ b/Source/SPDatabaseDocument.h
@@ -57,18 +57,12 @@
#import "SPConnectionControllerDelegateProtocol.h"
-#ifdef SP_REFACTOR /* patch */
#import <SPMySQL/SPMySQLConnectionDelegate.h>
-#endif
/**
* The SPDatabaseDocument class controls the primary database view window.
*/
-@interface SPDatabaseDocument : NSObject <SPConnectionControllerDelegateProtocol
-#ifdef SP_REFACTOR /* patch */
- , SPMySQLConnectionDelegate, NSTextFieldDelegate
-#endif
->
+@interface SPDatabaseDocument : NSObject <SPConnectionControllerDelegateProtocol, SPMySQLConnectionDelegate, NSTextFieldDelegate, NSToolbarDelegate>
{
#ifdef SP_REFACTOR /* patch */
id delegate;