Skip to content

Commit c9d5cf2

Browse files
author
Jonathan Mitchell
committed
Added todo highlighting method siganture change.
1 parent 8b3b836 commit c9d5cf2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

FScriptFramework/FSCollectionInspectorView.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ - (id)initWithFrame:(NSRect)frame
106106
- (IBAction)add:(id)sender
107107
{
108108
FSBlock *defaultBlock = [[interpreter execute:@"#self"] result];
109+
110+
// TODO: as of 10.7 the signature of NSTableColumn initWithIdentifier: has changed to
111+
// - (id)initWithIdentifier:(NSString *)identifier;
109112
NSTableColumn *column = [[[NSTableColumn alloc] initWithIdentifier:defaultBlock] autorelease];
110113
NSInteger newColumnIndex = [tableView numberOfColumns] > 0 && [[[tableView tableColumns] objectAtIndex:0] identifier] == externalColumnIdentifier ? 1 : 0;
111114

0 commit comments

Comments
 (0)