diff options
author | stuconnolly <stuart02@gmail.com> | 2010-11-09 18:43:06 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-11-09 18:43:06 +0000 |
commit | f39a7b24b21baccaeed950e9a854cab45ceb4c80 (patch) | |
tree | 116c5a8b693aedbd001533f2364694c07c469e73 /Source/SPConnectionControllerDelegate.h | |
parent | 1af63b378e644ceef6e26918b0a1d693bcc232f8 (diff) | |
download | sequelpro-f39a7b24b21baccaeed950e9a854cab45ceb4c80.tar.gz sequelpro-f39a7b24b21baccaeed950e9a854cab45ceb4c80.tar.bz2 sequelpro-f39a7b24b21baccaeed950e9a854cab45ceb4c80.zip |
Fix build errors.
Diffstat (limited to 'Source/SPConnectionControllerDelegate.h')
-rw-r--r-- | Source/SPConnectionControllerDelegate.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/SPConnectionControllerDelegate.h b/Source/SPConnectionControllerDelegate.h index 0a7323cb..03f13950 100644 --- a/Source/SPConnectionControllerDelegate.h +++ b/Source/SPConnectionControllerDelegate.h @@ -23,6 +23,8 @@ // // More info at <http://code.google.com/p/sequel-pro/> +#import "SPConnectionController.h" + /** * @category SPConnectionControllerDelegate SPConnectionControllerDelegate.h * @@ -30,6 +32,6 @@ * * Connection controller delegate/data source category. */ -@implementation SPConnectionController (SPConnectionControllerDelegate) +@interface SPConnectionController (SPConnectionControllerDelegate) @end |