mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
#4822 Enable Automatic Reference Counting
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
@interface FileOutlineController : NSObject
|
||||
{
|
||||
Torrent * fTorrent;
|
||||
__unsafe_unretained Torrent * fTorrent;
|
||||
NSMutableArray * fFileList;
|
||||
|
||||
IBOutlet FileOutlineView * fOutline;
|
||||
|
||||
Reference in New Issue
Block a user