diff options
author | stuconnolly <stuart02@gmail.com> | 2012-04-29 11:13:35 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2012-04-29 11:13:35 +0000 |
commit | 37b58a7b37cabc7409be30f57671d7af05961436 (patch) | |
tree | 884580160074d369ee309795454c138d9a6c1bfb /Source/SPFavoritesImportProtocol.h | |
parent | 6732cbb54f7fea129742dbe27e8681a993e6b2f5 (diff) | |
download | sequelpro-37b58a7b37cabc7409be30f57671d7af05961436.tar.gz sequelpro-37b58a7b37cabc7409be30f57671d7af05961436.tar.bz2 sequelpro-37b58a7b37cabc7409be30f57671d7af05961436.zip |
Pass the array of imported favorites instead of the whole dictionary to the delegate and improve error handling.
Diffstat (limited to 'Source/SPFavoritesImportProtocol.h')
-rw-r--r-- | Source/SPFavoritesImportProtocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPFavoritesImportProtocol.h b/Source/SPFavoritesImportProtocol.h index f025ab8e..bee4d7e8 100644 --- a/Source/SPFavoritesImportProtocol.h +++ b/Source/SPFavoritesImportProtocol.h @@ -37,7 +37,7 @@ * * @param data The imported data as a dictionary. */ -- (void)favoritesImportData:(NSDictionary *)data; +- (void)favoritesImportData:(NSArray *)data; /** * Invoked when the favorites import proccess completes. |