aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConnectionDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPConnectionDelegate.h')
-rw-r--r--Source/SPConnectionDelegate.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/SPConnectionDelegate.h b/Source/SPConnectionDelegate.h
index 614ec7bc..deb28e68 100644
--- a/Source/SPConnectionDelegate.h
+++ b/Source/SPConnectionDelegate.h
@@ -25,6 +25,8 @@
#import "SPDatabaseDocument.h"
-@interface SPDatabaseDocument (SPConnectionDelegate)
+#import <MCPKit/MCPConnectionDelegate.h>
+
+@interface SPDatabaseDocument (SPConnectionDelegate) <MCPConnectionDelegate>
@end