aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TablesList.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/TablesList.h')
-rw-r--r--Source/TablesList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/TablesList.h b/Source/TablesList.h
index 5d721fad..9a9272a3 100644
--- a/Source/TablesList.h
+++ b/Source/TablesList.h
@@ -120,6 +120,7 @@ enum sp_table_types
- (void)setConnection:(MCPConnection *)theConnection;
- (void)doPerformQueryService:(NSString *)query;
- (void)updateSelection;
+- (void)selectTableAtIndex:(NSNumber *)row;
// Getters
- (NSString *)tableName;
@@ -146,6 +147,5 @@ enum sp_table_types
- (void) hideFilter;
- (void) clearFilter;
- (IBAction) updateFilter:(id)sender;
-- (void) selectTableAtIndex:(NSNumber *)rowIndex;
@end