diff options
Diffstat (limited to 'Source/TableContent.h')
-rw-r--r-- | Source/TableContent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/TableContent.h b/Source/TableContent.h index b93fa7f0..889a79e5 100644 --- a/Source/TableContent.h +++ b/Source/TableContent.h @@ -121,7 +121,7 @@ - (NSString *)argumentForRow:(int)row; - (BOOL)tableContainsBlobOrTextColumns; - (NSString *)fieldListForQuery; -- (void)sheetDidEnd:(NSWindow *)sheet returnCode:(int)returnCode contextInfo:(NSString *)contextInfo; +- (void)sheetDidEnd:(id)sheet returnCode:(int)returnCode contextInfo:(NSString *)contextInfo; - (void)updateNumberOfRows; - (int)fetchNumberOfRows; - (BOOL)saveRowOnDeselect; |