aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableContent.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2011-10-17 22:49:46 +0000
committerrowanbeentje <rowan@beent.je>2011-10-17 22:49:46 +0000
commita60219ad6b0d6988635f6cde44a6c6335872f439 (patch)
tree4648ec1d98a209c0daf6d34ad712a2e554c401f9 /Source/SPTableContent.h
parent02860c5fac3244ad86d2699611f220746aef2f56 (diff)
downloadsequelpro-a60219ad6b0d6988635f6cde44a6c6335872f439.tar.gz
sequelpro-a60219ad6b0d6988635f6cde44a6c6335872f439.tar.bz2
sequelpro-a60219ad6b0d6988635f6cde44a6c6335872f439.zip
- Update code to use NSStrings for NSTableColumn identifiers, as per 10.7 SDK
- Update localizable strings
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 4592de53..cc965e19 100644
--- a/Source/SPTableContent.h
+++ b/Source/SPTableContent.h
@@ -257,7 +257,7 @@
- (void)openContentFilterManager;
- (void)makeContentFilterHaveFocus;
-- (NSArray*)fieldEditStatusForRow:(NSInteger)rowIndex andColumn:(NSNumber *)columnIndex;
+- (NSArray*)fieldEditStatusForRow:(NSInteger)rowIndex andColumn:(NSInteger)columnIndex;
- (void)updateFilterTableClause:(id)currentValue;
- (NSString*)escapeFilterTableDefaultOperator:(NSString*)anOperator;