diff options
author | avenjamin <avenjamin@gmail.com> | 2009-11-10 00:18:53 +0000 |
---|---|---|
committer | avenjamin <avenjamin@gmail.com> | 2009-11-10 00:18:53 +0000 |
commit | f04ce0c7a9266238d3391f03c9193ca92071812e (patch) | |
tree | ee30a0c7069377ee6296fd09cd10112cbbab99fe /Source/TableContent.h | |
parent | c5a38fc6f465683d01e0dbc79b7e857ab2a43ef7 (diff) | |
download | sequelpro-f04ce0c7a9266238d3391f03c9193ca92071812e.tar.gz sequelpro-f04ce0c7a9266238d3391f03c9193ca92071812e.tar.bz2 sequelpro-f04ce0c7a9266238d3391f03c9193ca92071812e.zip |
Set keyboard shortcut for Remove button in alert dialogs to command R.
Fix method declaration type mismatch warning for sheetDidEnd.
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; |