now that the types have been converted, revert some that shouldn't have been

This commit is contained in:
Mitchell Livingston
2008-11-02 14:04:57 +00:00
parent 9814920756
commit c9e5427ed6
5 changed files with 7 additions and 7 deletions

View File

@@ -228,7 +228,7 @@
}
#warning don't cut off end
- (float) tableView: (NSTableView *) tableView heightOfRow: (NSInteger) row
- (CGFloat) tableView: (NSTableView *) tableView heightOfRow: (NSInteger) row
{
NSTableColumn * column = [tableView tableColumnWithIdentifier: @"Message"];