Skip to content

Commit 4745f3d

Browse files
committed
Merge pull request #20 from gwagener/master
Fixed declaration to match implementation
2 parents a09d871 + 5b910b2 commit 4745f3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

JMImageCache.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
- (void) setImage:(UIImage *)i forKey:(NSString *)key;
3838
- (void) setImage:(UIImage *)i forURL:(NSURL *)url;
3939
- (void) removeImageForKey:(NSString *)key;
40-
- (void) removeImageForURL:(NSString *)url;
40+
- (void) removeImageForURL:(NSURL *)url;
4141

4242
- (void) writeData:(NSData *)data toPath:(NSString *)path;
4343
- (void) performDiskWriteOperation:(NSInvocation *)invoction;

0 commit comments

Comments
 (0)