#4822 Enable Automatic Reference Counting

This commit is contained in:
Mitchell Livingston
2012-03-10 03:38:58 +00:00
parent 302e33771a
commit 11f57ccb18
71 changed files with 259 additions and 675 deletions

View File

@@ -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;