diff options
Diffstat (limited to 'Source/SPExportController.h')
-rw-r--r-- | Source/SPExportController.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/SPExportController.h b/Source/SPExportController.h index 8d0a6969..7788ef0e 100644 --- a/Source/SPExportController.h +++ b/Source/SPExportController.h @@ -212,6 +212,11 @@ * Previous connection encoding was via Latin1 */ BOOL sqlPreviousConnectionEncodingViaLatin1; + + /** + * Array of export file paths. + */ + NSMutableArray *exportFiles; NSInteger heightOffset; NSUInteger windowMinWidth; |