diff options
Diffstat (limited to 'Source/TableDump.h')
-rw-r--r-- | Source/TableDump.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/TableDump.h b/Source/TableDump.h index ebc686b2..644057b6 100644 --- a/Source/TableDump.h +++ b/Source/TableDump.h @@ -25,6 +25,7 @@ // Or mail to <lorenz@textor.ch> #import <Cocoa/Cocoa.h> +#import "SPFieldMapperController.h" #import <MCPKit/MCPKit.h> typedef enum _SPExportModes { @@ -115,6 +116,7 @@ typedef enum _SPExportModes { BOOL progressCancelled; NSInteger fieldMapperSheetStatus; + SPFieldMapperController *fieldMapperController; } // IBAction methods |