Correct __bridge_retained and __bridge_transfer casts using ARC

This commit is contained in:
Dmitry Serov
2017-08-01 17:40:39 +07:00
parent 68a1960be8
commit 3ae8f41f71
4 changed files with 10 additions and 9 deletions

View File

@@ -148,7 +148,7 @@ typedef enum
- (void) removeTorrents: (NSArray *) torrents deleteData: (BOOL) deleteData;
- (void) removeSheetDidEnd: (NSWindow *) sheet returnCode: (NSInteger) returnCode
contextInfo: (NSDictionary *) dict;
contextInfo: (void *) contextInfo;
- (void) confirmRemoveTorrents: (NSArray *) torrents deleteData: (BOOL) deleteData;
- (void) removeNoDelete: (id) sender;
- (void) removeDeleteData: (id) sender;