aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPExportController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPExportController.h')
-rw-r--r--Source/SPExportController.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/SPExportController.h b/Source/SPExportController.h
index 8653c345..ec396db5 100644
--- a/Source/SPExportController.h
+++ b/Source/SPExportController.h
@@ -45,7 +45,7 @@ enum {
typedef NSUInteger SPExportSource;
@interface SPExportController : NSObject
-{
+{
// Table document
IBOutlet id tableDocumentInstance;
IBOutlet id tableWindow;
@@ -107,6 +107,7 @@ typedef NSUInteger SPExportSource;
BOOL exportCancelled;
NSMutableArray *tables;
MCPConnection *connection;
+ NSOperationQueue *operationQueue;
}
@property (readwrite, assign) BOOL exportCancelled;