aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConnectionControllerDelegate.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2012-01-24 23:19:17 +0000
committerstuconnolly <stuart02@gmail.com>2012-01-24 23:19:17 +0000
commit816c870b93ad7bd3078d8b7a700e24354adfe4af (patch)
treedb67cc86569ec8b0bf830685ac2ff77c9e34d9fb /Source/SPConnectionControllerDelegate.h
parent91c69ffc2010a95bd18a6d21cc8665d810ed4128 (diff)
downloadsequelpro-816c870b93ad7bd3078d8b7a700e24354adfe4af.tar.gz
sequelpro-816c870b93ad7bd3078d8b7a700e24354adfe4af.tar.bz2
sequelpro-816c870b93ad7bd3078d8b7a700e24354adfe4af.zip
Tidy up.
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 25d0a02d..23d29b9b 100644
--- a/Source/SPConnectionControllerDelegate.h
+++ b/Source/SPConnectionControllerDelegate.h
@@ -24,6 +24,8 @@
// More info at <http://code.google.com/p/sequel-pro/>
#import "SPConnectionController.h"
+#import "SPFavoritesExportProtocol.h"
+#import "SPFavoritesImportProtocol.h"
/**
* @category SPConnectionControllerDelegate SPConnectionControllerDelegate.h
@@ -32,6 +34,6 @@
*
* Connection controller delegate category.
*/
-@interface SPConnectionController (SPConnectionControllerDelegate) <SPFavoritesExportProtocol>
+@interface SPConnectionController (SPConnectionControllerDelegate) <SPFavoritesImportProtocol, SPFavoritesExportProtocol>
@end