fix 2 invalid return types; don't show notices when compiling the xib's

This commit is contained in:
Mitchell Livingston
2008-06-30 23:28:17 +00:00
parent aae66cc073
commit d4345a40b8
5 changed files with 19 additions and 4 deletions

View File

@@ -156,7 +156,7 @@ GroupsController * fGroupsInstance = nil;
return orderIndex != -1 ? [[fGroups objectAtIndex: orderIndex] objectForKey: @"Color"] : nil;
}
- (NSColor *) setColor: (NSColor *) color forIndex: (int) index
- (void) setColor: (NSColor *) color forIndex: (int) index
{
NSMutableDictionary * dict = [fGroups objectAtIndex: [self rowValueForIndex: index]];
[dict removeObjectForKey: @"Icon"];