Trivial fix to make it compile

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5784 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2000-01-14 19:24:39 +00:00
parent 15d0a56339
commit 0b4df72f7b

View file

@ -104,7 +104,7 @@ static NSMapTable *docMap = 0;
- (BOOL) activate - (BOOL) activate
{ {
[window makeKeyAndOrderFront: self]; [[self window] makeKeyAndOrderFront: self];
return YES; return YES;
} }
@ -430,7 +430,7 @@ static NSMapTable *docMap = 0;
- (void) orderFront - (void) orderFront
{ {
[window orderFront: self]; [[self window] orderFront: self];
} }
- (void) pasteInSelection - (void) pasteInSelection