Skip to content

Commit

Permalink
Fix a type in CPOutlineView. Closes cappuccino#265.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Boucher committed Nov 25, 2009
1 parent 44fbf8a commit d0a8749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppKit/CPOutlineView.j
Expand Up @@ -235,7 +235,7 @@ var CPOutlineViewDataSource_outlineView_setObjectValue_forTableColumn_byItem_
return _itemsForRows[aRow] || nil;
}

- (CPInteger)rowForItem:(id)aItem
- (CPInteger)rowForItem:(id)anItem
{
if (!anItem)
return _rootItemInfo.row;
Expand Down

0 comments on commit d0a8749

Please sign in to comment.