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:
@@ -28,9 +28,8 @@
|
||||
|
||||
@interface TrackerTableView : NSTableView
|
||||
{
|
||||
//weak references
|
||||
Torrent * fTorrent;
|
||||
NSArray * fTrackers;
|
||||
__unsafe_unretained Torrent * fTorrent;
|
||||
__unsafe_unretained NSArray * fTrackers;
|
||||
}
|
||||
|
||||
- (void) setTorrent: (Torrent *) torrent;
|
||||
|
||||
Reference in New Issue
Block a user