diff options
Diffstat (limited to 'Source/TableDump.h')
-rw-r--r-- | Source/TableDump.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/TableDump.h b/Source/TableDump.h index 3db8c908..8054bf06 100644 --- a/Source/TableDump.h +++ b/Source/TableDump.h @@ -162,6 +162,7 @@ typedef enum _SPExportModes { // Additional methods - (void)setConnection:(MCPConnection *)theConnection; +- (void)showErrorSheetWithMessage:(NSString*)message; // Import/export delegate notifications - (void)panelSelectionDidChange:(id)sender; |