aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDump.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/TableDump.h')
-rw-r--r--Source/TableDump.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/TableDump.h b/Source/TableDump.h
index e506a6d2..cec3d92b 100644
--- a/Source/TableDump.h
+++ b/Source/TableDump.h
@@ -38,8 +38,6 @@
IBOutlet id tableDataInstance;
IBOutlet id customQueryInstance;
- IBOutlet id tableWindow;
-
IBOutlet id exportDumpView;
IBOutlet id exportCSVView;
IBOutlet id exportMultipleCSVView;
@@ -97,6 +95,7 @@
MCPConnection *mySQLConnection;
NSMutableArray *tables;
+ NSMutableArray *nibObjectsToRelease;
// Field Mapper Controller
SPFieldMapperController *fieldMapperController;
@@ -122,6 +121,7 @@
NSUInteger exportMode;
NSUserDefaults *prefs;
BOOL progressCancelled;
+ BOOL _mainNibLoaded;
NSSavePanel *currentExportPanel;
}