mirror of
https://github.com/transmission/transmission.git
synced 2026-04-18 07:56:33 +01:00
Adopting lightweight generics (#2974)
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
return self.menu;
|
||||
}
|
||||
|
||||
- (NSRect)iconRectForRow:(int)row
|
||||
- (NSRect)iconRectForRow:(NSInteger)row
|
||||
{
|
||||
FileNameCell* cell = (FileNameCell*)[self preparedCellAtColumn:[self columnWithIdentifier:@"Name"] row:row];
|
||||
NSRect iconRect = [cell imageRectForBounds:[self rectOfRow:row]];
|
||||
|
||||
Reference in New Issue
Block a user