diff options
Diffstat (limited to 'Source/TableRelations.h')
-rw-r--r-- | Source/TableRelations.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/TableRelations.h b/Source/TableRelations.h index 60f00074..c593dc6d 100644 --- a/Source/TableRelations.h +++ b/Source/TableRelations.h @@ -36,6 +36,7 @@ IBOutlet id tableDataInstance; IBOutlet id addButton; IBOutlet id removeButton; + IBOutlet id refreshButton; IBOutlet id labelText; IBOutlet id relationsView; IBOutlet id relationSheet; @@ -46,7 +47,6 @@ IBOutlet id refColumnSelect; IBOutlet id onUpdateSelect; IBOutlet id onDeleteSelect; - CMMCPConnection *mySQLConnection; |