diff options
Diffstat (limited to 'Source/SPDatabaseDocument.h')
-rw-r--r-- | Source/SPDatabaseDocument.h | 8 |
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; |