diff options
Diffstat (limited to 'Source/SPExportController.h')
-rw-r--r-- | Source/SPExportController.h | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/Source/SPExportController.h b/Source/SPExportController.h index 3e4d6aa7..07593e43 100644 --- a/Source/SPExportController.h +++ b/Source/SPExportController.h @@ -28,7 +28,7 @@ @class MCPConnection, BWAnchoredButtonBar; /** - * @class SPExportController SPExportController.m + * @class SPExportController SPExportController.h * * @author Stuart Connolly http://stuconnolly.com/ * @@ -170,9 +170,9 @@ NSMutableArray *exporters; /** - * Global export file handle + * Array of export files. */ - NSFileHandle *exportFileHandle; + NSMutableArray *exportFiles; /** * Export type @@ -208,11 +208,6 @@ * Previous connection encoding was via Latin1 */ BOOL sqlPreviousConnectionEncodingViaLatin1; - - /** - * Array of export file paths. - */ - NSMutableArray *exportFiles; NSInteger heightOffset1; NSInteger heightOffset2; |