aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableSource.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/TableSource.h')
-rw-r--r--Source/TableSource.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/TableSource.h b/Source/TableSource.h
index 9776620e..06528e04 100644
--- a/Source/TableSource.h
+++ b/Source/TableSource.h
@@ -63,6 +63,8 @@
NSUserDefaults *prefs;
}
+-(void)showErrorSheetWithTitle:(id)error;
+
//table methods
- (void)loadTable:(NSString *)aTable;
- (IBAction)reloadTable:(id)sender;