diff options
author | sqlprodev <sqlprodev@northofthree.com> | 2012-03-28 20:38:06 +0000 |
---|---|---|
committer | sqlprodev <sqlprodev@northofthree.com> | 2012-03-28 20:38:06 +0000 |
commit | f1c87b5d2feaf9499f2525d331228d3d28d6d242 (patch) | |
tree | 0b3a044c71e29776be0583fb19a0dc3efb20f5d1 /Source/SPTablesList.h | |
parent | c83778812a5fb7998ec9650ac5dc8a5ae87eb4b8 (diff) | |
download | sequelpro-f1c87b5d2feaf9499f2525d331228d3d28d6d242.tar.gz sequelpro-f1c87b5d2feaf9499f2525d331228d3d28d6d242.tar.bz2 sequelpro-f1c87b5d2feaf9499f2525d331228d3d28d6d242.zip |
Replaced ivar accidentally removed from SP_REFACTOR build
Diffstat (limited to 'Source/SPTablesList.h')
-rw-r--r-- | Source/SPTablesList.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPTablesList.h b/Source/SPTablesList.h index 4f406890..efc724f9 100644 --- a/Source/SPTablesList.h +++ b/Source/SPTablesList.h @@ -78,8 +78,8 @@ #endif #ifndef SP_REFACTOR IBOutlet id toolbarActionsButton; - IBOutlet id toolbarReloadButton; #endif + IBOutlet id toolbarReloadButton; IBOutlet id addTableButton; #ifndef SP_REFACTOR IBOutlet id truncateTableButton; |