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/SPCustomQuery.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/SPCustomQuery.h') diff --git a/Source/SPCustomQuery.h b/Source/SPCustomQuery.h index 014fc599..5c4a4186 100644 --- a/Source/SPCustomQuery.h +++ b/Source/SPCustomQuery.h @@ -279,7 +279,7 @@ - (NSString *)usedQuery; - (NSString *)argumentForRow:(NSUInteger)rowIndex ofTable:(NSString *)tableForColumn andDatabase:(NSString *)database includeBlobs:(BOOL)includeBlobs; - (void)saveCellValue:(id)anObject forTableColumn:(NSTableColumn *)aTableColumn row:(NSUInteger)rowIndex; -- (NSArray*)fieldEditStatusForRow:(NSInteger)rowIndex andColumn:(NSNumber *)columnIndex; +- (NSArray*)fieldEditStatusForRow:(NSInteger)rowIndex andColumn:(NSInteger)columnIndex; - (NSUInteger)numberOfQueries; - (NSRange)currentQueryRange; - (NSString *)buildHistoryString; -- cgit v1.2.3