aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableContent.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/TableContent.h')
-rw-r--r--Source/TableContent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/TableContent.h b/Source/TableContent.h
index 9b2e953e..35bd6c31 100644
--- a/Source/TableContent.h
+++ b/Source/TableContent.h
@@ -40,7 +40,6 @@
IBOutlet SPTableInfo *tableInfoInstance;
IBOutlet SPHistoryController *spHistoryControllerInstance;
- IBOutlet id tableWindow;
IBOutlet CMCopyTable *tableContentView;
IBOutlet NSPopUpButton *fieldField;
IBOutlet id compareField;
@@ -72,6 +71,7 @@
BOOL _mainNibLoaded;
BOOL isWorking;
pthread_mutex_t tableValuesLock;
+ NSMutableArray *nibObjectsToRelease;
NSString *selectedTable, *usedQuery;
SPDataStorage *tableValues;