aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConnectionControllerDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPConnectionControllerDelegate.h')
-rw-r--r--Source/SPConnectionControllerDelegate.h4
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