diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-08-15 15:03:19 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-08-15 15:03:19 +0000 |
commit | 561fad23dfb635f76878c580ce4c132c15614276 (patch) | |
tree | 2674b171a325a01b4b57e5f7eb2b953cf4f81141 /Source/SPTablesList.h | |
parent | 5dc4311e9a135ba86b57972240db8ee25b5e77bd (diff) | |
download | sequelpro-561fad23dfb635f76878c580ce4c132c15614276.tar.gz sequelpro-561fad23dfb635f76878c580ce4c132c15614276.tar.bz2 sequelpro-561fad23dfb635f76878c580ce4c132c15614276.zip |
• forgotten to commit missing changes to commit 2534
Diffstat (limited to 'Source/SPTablesList.h')
-rw-r--r-- | Source/SPTablesList.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPTablesList.h b/Source/SPTablesList.h index d85235ab..5b20c270 100644 --- a/Source/SPTablesList.h +++ b/Source/SPTablesList.h @@ -127,6 +127,7 @@ // Getters - (NSArray *)selectedTableNames; - (NSArray *)selectedTableItems; +- (NSArray *)selectedTableTypes; - (NSString *)tableName; - (NSInteger)tableType; - (NSArray *)tables; |