Minor cleanup

This commit is contained in:
Gregory John Casamento 2024-04-22 05:27:37 -04:00
parent 64150ff2ba
commit 3345b5c0de

View file

@ -309,7 +309,7 @@ willDisplayOutlineCell: (id)cell
didAddRowView: (NSTableRowView *)rowView
forRow: (NSInteger)rowIndex;
- (void) outlineView: (NSTableView *)outlineView
- (void) outlineView: (NSOutlineView *)outlineView
didRemoveRowView: (NSTableRowView *)rowView
forRow: (NSInteger)rowIndex;
#endif