Skip to content

Commit

Permalink
[SDWebImage] Fixes a suble binding error that causes a custom filter …
Browse files Browse the repository at this point in the history
…function to crash the app.
  • Loading branch information
zgramana committed Jun 28, 2013
1 parent 6685b13 commit 035c9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SDWebImage/binding/ApiDefinition.cs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ interface SDWebImageDownloaderOperation

delegate void SDWebImageCompletedHandler (UIImage image, NSError error, SDImageCacheType cacheType);
delegate void SDWebImageCompletedWithFinishedHandler (UIImage image, NSError error, SDImageCacheType cacheType, bool finished);
delegate string SDWebImageManagerCacheKeyFilterHandler (NSUrl url);
delegate NSString SDWebImageManagerCacheKeyFilterHandler (NSUrl url);

[BaseType (typeof (NSObject))]
[Model]
Expand Down

0 comments on commit 035c9e5

Please sign in to comment.