mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Typo fix
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14809 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a19302360b
commit
b38ed9a2d0
1 changed files with 1 additions and 2 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue