git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14809 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2002-10-21 17:23:59 +00:00
parent a19302360b
commit b38ed9a2d0

View file

@ -2600,7 +2600,7 @@ static NSView* findByTag(NSView *view, int aTag, unsigned *level)
* [d setNextKeyView: a];
* </example>
*/
- (voidi) setNextKeyView: (NSView *)aView
- (void) setNextKeyView: (NSView *)aView
{
NSView *tmp;
unsigned count;
@ -3512,7 +3512,6 @@ static NSView* findByTag(NSView *view, int aTag, unsigned *level)
NSRect rect;
NSEnumerator *e;
NSView *sub;
NSView *prev;
NSArray *subs;
self = [super initWithCoder: aDecoder];