From a60219ad6b0d6988635f6cde44a6c6335872f439 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Mon, 17 Oct 2011 22:49:46 +0000 Subject: - Update code to use NSStrings for NSTableColumn identifiers, as per 10.7 SDK - Update localizable strings --- Source/SPTableContent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/SPTableContent.h') 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; -- cgit v1.2.3