mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 19:10:48 +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
ca36571cc6
commit
d43b8b0077
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];
|
* [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];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue