From 7d2238af04e18999b4dc83a92d82ac1944c0916d Mon Sep 17 00:00:00 2001 From: Bibiko Date: Tue, 11 Jan 2011 19:24:52 +0000 Subject: =?UTF-8?q?=E2=80=A2=20fixed=20several=20issues=20for=20validation?= =?UTF-8?q?=20and=20other=20stuff=20while=20editing=20of=20MySQL=20data=20?= =?UTF-8?q?tables=20if=20user=20re-ordered=20columns?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 e3fd8a53..597c695d 100644 --- a/Source/SPTableContent.h +++ b/Source/SPTableContent.h @@ -231,7 +231,7 @@ - (void)openContentFilterManager; - (void)makeContentFilterHaveFocus; -- (NSArray*)fieldEditStatusForRow:(NSInteger)rowIndex andColumn:(NSInteger)columnIndex; +- (NSArray*)fieldEditStatusForRow:(NSInteger)rowIndex andColumn:(NSNumber *)columnIndex; - (void)updateFilterTableClause:(id)currentValue; - (NSString*)escapeFilterTableDefaultOperator:(NSString*)anOperator; -- cgit v1.2.3