mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
Revert "Fixed: changed void return type in _CPAutocompleMenu.j to id"
This reverts commit 10b4f57a0e.
This commit is contained in:
@@ -268,7 +268,7 @@ var _CPAutocompleteMenuMaximumHeight = 307;
|
||||
return [contentArray count];
|
||||
}
|
||||
|
||||
- (id)tableView:(CPTableView)tableView objectValueForTableColumn:(CPTableColumn)tableColumn row:(CPInteger)row
|
||||
- (void)tableView:(CPTableView)tableView objectValueForTableColumn:(CPTableColumn)tableColumn row:(CPInteger)row
|
||||
{
|
||||
return [contentArray objectAtIndex:row];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user