aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableContent.h
diff options
context:
space:
mode:
authorMax <dmoagx@users.noreply.github.com>2018-05-14 01:18:08 +0200
committerMax <dmoagx@users.noreply.github.com>2018-05-14 01:18:08 +0200
commit146d45c50163c742b9f028bb994feaa179c4a505 (patch)
tree62934eaf38db4bcf463e09c2e58c543819ed2189 /Source/SPTableContent.h
parentc2fe67ba840a5f4eaa2aed786da3e559b3a8b150 (diff)
downloadsequelpro-146d45c50163c742b9f028bb994feaa179c4a505.tar.gz
sequelpro-146d45c50163c742b9f028bb994feaa179c4a505.tar.bz2
sequelpro-146d45c50163c742b9f028bb994feaa179c4a505.zip
Minor changes
Diffstat (limited to 'Source/SPTableContent.h')
-rw-r--r--Source/SPTableContent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPTableContent.h b/Source/SPTableContent.h
index 30b4c587..209b804a 100644
--- a/Source/SPTableContent.h
+++ b/Source/SPTableContent.h
@@ -231,7 +231,7 @@ typedef NS_ENUM(NSInteger, SPTableContentFilterSource) {
- (IBAction)addRow:(id)sender;
- (IBAction)duplicateRow:(id)sender;
- (IBAction)removeRow:(id)sender;
-- (void)removeRowSheetDidEnd:(NSAlert *)alert returnCode:(NSInteger)returnCode contextInfo:(NSString *)contextInfo;
+- (void)removeRowSheetDidEnd:(NSAlert *)alert returnCode:(NSInteger)returnCode contextInfo:(void *)contextInfo;
// Filter Table
- (IBAction)showFilterTable:(id)sender;