aboutsummaryrefslogtreecommitdiffstats
path: root/TableDocument.h
diff options
context:
space:
mode:
Diffstat (limited to 'TableDocument.h')
-rw-r--r--TableDocument.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TableDocument.h b/TableDocument.h
index 9c71a8a4..9ce99fd7 100644
--- a/TableDocument.h
+++ b/TableDocument.h
@@ -124,8 +124,8 @@
- (IBAction)removeDatabase:(id)sender;
//console methods
-- (void)toggleConsole;
-- (void)clearConsole;
+- (void)toggleConsole:(id)sender;
+- (void)clearConsole:(id)sender;
- (BOOL)consoleIsOpened;
- (void)showMessageInConsole:(NSString *)message;
- (void)showErrorInConsole:(NSString *)error;