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

View file

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