aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableContent.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-09-27 15:11:13 +0000
committerBibiko <bibiko@eva.mpg.de>2010-09-27 15:11:13 +0000
commit4a132c2c7a1f65893b23fa3684727f475c867754 (patch)
tree3e6f741810316e31087779e598f75bfb782b5f96 /Source/SPTableContent.h
parentf8ffeabf18d766c4072a9ddc672b24b631db96b8 (diff)
downloadsequelpro-4a132c2c7a1f65893b23fa3684727f475c867754.tar.gz
sequelpro-4a132c2c7a1f65893b23fa3684727f475c867754.tar.bz2
sequelpro-4a132c2c7a1f65893b23fa3684727f475c867754.zip
• some progress on the filter table approach
Diffstat (limited to 'Source/SPTableContent.h')
-rw-r--r--Source/SPTableContent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPTableContent.h b/Source/SPTableContent.h
index 13ca3d92..fca3fdae 100644
--- a/Source/SPTableContent.h
+++ b/Source/SPTableContent.h
@@ -203,6 +203,6 @@
- (NSArray*)fieldEditStatusForRow:(NSInteger)rowIndex andColumn:(NSInteger)columnIndex;
-- (void)updateFilterTableClause;
+- (void)updateFilterTableClause:(NSString*)currentValue;
@end