Changeset 9316 for trunk/macosx/TorrentTableView.m
- Timestamp:
- Oct 17, 2009, 5:15:37 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/TorrentTableView.m
r9298 r9316 140 140 - (NSCell *) outlineView: (NSOutlineView *) outlineView dataCellForTableColumn: (NSTableColumn *) tableColumn item: (id) item 141 141 { 142 BOOL group = ![item isKindOfClass: [Torrent class]];142 const BOOL group = ![item isKindOfClass: [Torrent class]]; 143 143 if (!tableColumn) 144 144 return !group ? fTorrentCell : nil;
Note: See TracChangeset
for help on using the changeset viewer.