diff options
Diffstat (limited to 'Source/SPDataImport.h')
-rw-r--r-- | Source/SPDataImport.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/SPDataImport.h b/Source/SPDataImport.h index 97ba134f..6b4a622b 100644 --- a/Source/SPDataImport.h +++ b/Source/SPDataImport.h @@ -101,6 +101,10 @@ BOOL progressCancelled; BOOL _mainNibLoaded; + NSDictionary *targetTableDetails; + NSMutableArray *geometryFields; + NSMutableIndexSet *geometryFieldsMapIndex; + NSSavePanel *currentExportPanel; } |