diff options
author | mltownsend <mltownsend@gmail.com> | 2009-08-11 22:34:28 +0000 |
---|---|---|
committer | mltownsend <mltownsend@gmail.com> | 2009-08-11 22:34:28 +0000 |
commit | 9c4f6b6fd05acc7e10ac50ddf66eb25f5cf9344f (patch) | |
tree | f8b3eb673e74029ae407a5a32f131a2a49bb72cd /Source/TableDocument.h | |
parent | 3a011f58742e4b3ea830501a5303a2c37f072151 (diff) | |
download | sequelpro-9c4f6b6fd05acc7e10ac50ddf66eb25f5cf9344f.tar.gz sequelpro-9c4f6b6fd05acc7e10ac50ddf66eb25f5cf9344f.tar.bz2 sequelpro-9c4f6b6fd05acc7e10ac50ddf66eb25f5cf9344f.zip |
Fix problem with opening and reopening connections
Diffstat (limited to 'Source/TableDocument.h')
-rw-r--r-- | Source/TableDocument.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Source/TableDocument.h b/Source/TableDocument.h index 480ef810..9b1a053f 100644 --- a/Source/TableDocument.h +++ b/Source/TableDocument.h @@ -34,7 +34,7 @@ enum { }; -@class SPConnectionController; +@class SPConnectionController, SPUserManager; /** * The TableDocument class controls the primary database view window. @@ -52,9 +52,7 @@ enum { IBOutlet id extendedTableInfoInstance; IBOutlet id databaseDataInstance; IBOutlet id spHistoryControllerInstance; - IBOutlet id spExportControllerInstance; - IBOutlet id userManagerInstance; - + IBOutlet id spExportControllerInstance; IBOutlet NSSearchField *listFilterField; @@ -100,7 +98,8 @@ enum { IBOutlet NSWindow *connectionErrorDialog; SPConnectionController *connectionController; - + SPUserManager *userManagerInstance; + MCPConnection *mySQLConnection; NSMutableArray *variables, *variablesFiltered; |