aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDatabaseDocument.h
diff options
context:
space:
mode:
authorsqlprodev <sqlprodev@northofthree.com>2012-03-27 21:02:15 +0000
committersqlprodev <sqlprodev@northofthree.com>2012-03-27 21:02:15 +0000
commit0576c2fcca6ddfa04c9a7c6a3d76f3e51cf88919 (patch)
tree338bb0a6805d74566ae074c5db7ae6e443e9ed30 /Source/SPDatabaseDocument.h
parent611dc52b10ecace3bc95df5645701fd23f165d37 (diff)
downloadsequelpro-0576c2fcca6ddfa04c9a7c6a3d76f3e51cf88919.tar.gz
sequelpro-0576c2fcca6ddfa04c9a7c6a3d76f3e51cf88919.tar.bz2
sequelpro-0576c2fcca6ddfa04c9a7c6a3d76f3e51cf88919.zip
tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTOR
Diffstat (limited to 'Source/SPDatabaseDocument.h')
-rw-r--r--Source/SPDatabaseDocument.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/SPDatabaseDocument.h b/Source/SPDatabaseDocument.h
index 1c6fe296..8e239344 100644
--- a/Source/SPDatabaseDocument.h
+++ b/Source/SPDatabaseDocument.h
@@ -247,6 +247,7 @@ SPDatabaseData, SPTablesList, SPTableStructure, SPTableContent, SPTableData, SPS
@property (assign) id databaseNameField;
@property (assign) id databaseEncodingButton;
@property (assign) id addDatabaseButton;
+@property (assign) id chooseDatabaseButton;
@property (assign) id databaseRenameNameField;
@property (assign) id renameDatabaseButton;
@@ -293,8 +294,8 @@ SPDatabaseData, SPTablesList, SPTableStructure, SPTableContent, SPTableData, SPS
- (void)selectDatabase:(NSString *)aDatabase item:(NSString *)anItem;
- (IBAction)addDatabase:(id)sender;
- (IBAction)removeDatabase:(id)sender;
-#ifndef SP_REFACTOR /* method decls */
- (IBAction)refreshTables:(id)sender;
+#ifndef SP_REFACTOR /* method decls */
- (IBAction)copyDatabase:(id)sender;
#endif
- (IBAction)renameDatabase:(id)sender;