aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConnectionControllerDelegate.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPConnectionControllerDelegate.m')
-rw-r--r--Source/SPConnectionControllerDelegate.m3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/SPConnectionControllerDelegate.m b/Source/SPConnectionControllerDelegate.m
index c0bdf5d8..dc429faf 100644
--- a/Source/SPConnectionControllerDelegate.m
+++ b/Source/SPConnectionControllerDelegate.m
@@ -524,9 +524,8 @@ static NSString *SPDatabaseImage = @"database-small";
/**
* Called by the favorites importer when the imported data is available.
*/
-- (void)favoritesImportData:(NSDictionary *)data
+- (void)favoritesImportData:(NSArray *)data
{
- // TODO: do something with the data
}
/**