diff options
Diffstat (limited to 'Source/SPExportController.h')
-rw-r--r-- | Source/SPExportController.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/SPExportController.h b/Source/SPExportController.h index b1c50933..773b678d 100644 --- a/Source/SPExportController.h +++ b/Source/SPExportController.h @@ -52,7 +52,6 @@ typedef NSUInteger SPExportSource; { // Table document IBOutlet id tableDocumentInstance; - IBOutlet id tableWindow; // Tables list IBOutlet id tablesListInstance; @@ -122,7 +121,9 @@ typedef NSUInteger SPExportSource; // Table/export operation mapping NSMutableDictionary *tableExportMapping; - + + // Top-level nib objects that require releasing on dealloc + NSMutableArray *nibObjectsToRelease; } @property (readwrite, assign) BOOL exportCancelled; |