diff options
Diffstat (limited to 'Source/SPConnectionControllerDelegate.h')
-rw-r--r-- | Source/SPConnectionControllerDelegate.h | 5 |
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 |