aboutsummaryrefslogtreecommitdiffstats
path: root/TableDocument.h
diff options
context:
space:
mode:
authorabhibeckert <abhi@abhibeckert.com>2008-04-30 12:36:33 +0000
committerabhibeckert <abhi@abhibeckert.com>2008-04-30 12:36:33 +0000
commit6fefa167eb04635e7e329389ad584605cc0e9ce1 (patch)
tree1fd475403e2b8963e69c616032897337045352bc /TableDocument.h
parent65f2a8f2257c2c737b204e110c25ca443debca29 (diff)
downloadsequelpro-6fefa167eb04635e7e329389ad584605cc0e9ce1.tar.gz
sequelpro-6fefa167eb04635e7e329389ad584605cc0e9ce1.tar.bz2
sequelpro-6fefa167eb04635e7e329389ad584605cc0e9ce1.zip
change create table syntax panel to a HID window
Diffstat (limited to 'TableDocument.h')
-rw-r--r--TableDocument.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/TableDocument.h b/TableDocument.h
index 15a3fd17..97041be1 100644
--- a/TableDocument.h
+++ b/TableDocument.h
@@ -73,6 +73,7 @@
IBOutlet id syntaxView;
IBOutlet id syntaxViewContent;
+ IBOutlet NSWindow *createTableSyntaxWindow;
CMMCPConnection *mySQLConnection;