aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConnectionControllerDelegate.h
diff options
context:
space:
mode:
authorsqlprodev <sqlprodev@northofthree.com>2012-07-05 19:02:47 +0000
committersqlprodev <sqlprodev@northofthree.com>2012-07-05 19:02:47 +0000
commit2dc02505710b3980704637e7c7647057ef3c0e14 (patch)
tree2e0790f49cd908a949d1cf5284afd33b6f18a4e2 /Source/SPConnectionControllerDelegate.h
parentd8a3650b1106fa8a4563e032e7ad66ca076da01b (diff)
downloadsequelpro-2dc02505710b3980704637e7c7647057ef3c0e14.tar.gz
sequelpro-2dc02505710b3980704637e7c7647057ef3c0e14.tar.bz2
sequelpro-2dc02505710b3980704637e7c7647057ef3c0e14.zip
A few more tweaks for SP r3710 merge with Coda
Diffstat (limited to 'Source/SPConnectionControllerDelegate.h')
-rw-r--r--Source/SPConnectionControllerDelegate.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/SPConnectionControllerDelegate.h b/Source/SPConnectionControllerDelegate.h
index 23d29b9b..ea814fbd 100644
--- a/Source/SPConnectionControllerDelegate.h
+++ b/Source/SPConnectionControllerDelegate.h
@@ -34,6 +34,9 @@
*
* Connection controller delegate category.
*/
-@interface SPConnectionController (SPConnectionControllerDelegate) <SPFavoritesImportProtocol, SPFavoritesExportProtocol>
+@interface SPConnectionController (SPConnectionControllerDelegate)
+#ifndef SP_REFACTOR
+ <SPFavoritesImportProtocol, SPFavoritesExportProtocol>
+#endif
@end