Fixes to allow the library compile under NeXT PDO.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2396 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
ovidiu 1997-08-27 21:20:19 +00:00
parent 98035d75ea
commit fd10203c7f
11 changed files with 65 additions and 23 deletions

View file

@ -482,7 +482,7 @@ static NSButtonCell* knobCell = nil;
- (BOOL)sendAction:(SEL)action to:(id)target
{
[target perform:action withObject:self];
[target performSelector:action withObject:self];
return YES;
}