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 8054bf06..9475649b 100644 --- a/Source/TableDump.h +++ b/Source/TableDump.h @@ -105,11 +105,13 @@ typedef enum _SPExportModes { BOOL fieldMappingImportArrayIsPreview; NSArray *fieldMappingTableColumnNames; NSArray *fieldMappingArray; + NSArray *fieldMappingGlobalValueArray; NSArray *fieldMapperOperator; NSString *selectedTableTarget; NSString *selectedImportMethod; NSString *lastFilename; NSInteger fieldMapperSheetStatus; + BOOL fieldMappingArrayHasGlobalVariables; NSUInteger exportMode; NSUserDefaults *prefs; |