diff options
Diffstat (limited to 'Source/TablesList.h')
-rw-r--r-- | Source/TablesList.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/TablesList.h b/Source/TablesList.h index 76b49609..f3abca1b 100644 --- a/Source/TablesList.h +++ b/Source/TablesList.h @@ -53,6 +53,9 @@ enum sp_table_types IBOutlet id tableNameField; IBOutlet id tableEncodingButton; IBOutlet id addTableButton; + + IBOutlet NSMenuItem *removeTableMenuItem; + IBOutlet NSMenuItem *duplicateTableMenuItem; CMMCPConnection *mySQLConnection; |