diff options
author | stuconnolly <stuart02@gmail.com> | 2012-01-22 12:25:44 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2012-01-22 12:25:44 +0000 |
commit | 3a0616a9aa060ccf4144a8bbdf65c647432727a4 (patch) | |
tree | 48b21d604acb31d8696e5d1a8d787bf38dd18d77 /Source/SPConnectionController.h | |
parent | 1d7ed99d602bf9c7aa4ea40a9a2ab6458864e51f (diff) | |
download | sequelpro-3a0616a9aa060ccf4144a8bbdf65c647432727a4.tar.gz sequelpro-3a0616a9aa060ccf4144a8bbdf65c647432727a4.tar.bz2 sequelpro-3a0616a9aa060ccf4144a8bbdf65c647432727a4.zip |
Bring outlinew view branch up to date with trunk (r3468:3470).
Diffstat (limited to 'Source/SPConnectionController.h')
-rw-r--r-- | Source/SPConnectionController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPConnectionController.h b/Source/SPConnectionController.h index 5a90c985..c7f191a5 100644 --- a/Source/SPConnectionController.h +++ b/Source/SPConnectionController.h @@ -52,7 +52,7 @@ #endif -@interface SPConnectionController : NSObject +@interface SPConnectionController : NSViewController { id <SPConnectionControllerDelegateProtocol, NSObject> delegate; |