diff options
Diffstat (limited to 'Source/SPExportController.h')
-rw-r--r-- | Source/SPExportController.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/SPExportController.h b/Source/SPExportController.h index 16d176b3..b1c50933 100644 --- a/Source/SPExportController.h +++ b/Source/SPExportController.h @@ -119,6 +119,10 @@ typedef NSUInteger SPExportSource; // Concurrent operation queue NSOperationQueue *operationQueue; + + // Table/export operation mapping + NSMutableDictionary *tableExportMapping; + } @property (readwrite, assign) BOOL exportCancelled; |