git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13066 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2002-03-10 07:38:56 +00:00
parent fb7a4352ec
commit 1808c67d6d
2 changed files with 5 additions and 2 deletions

View file

@ -27,7 +27,6 @@
#include <Foundation/NSMethodSignature.h>
@class NSArgumentInfo;
@interface NSInvocation : NSObject
{
@ -37,7 +36,11 @@
id _target;
SEL _selector;
int _numArgs;
#ifndef STRICT_MACOS_X
NSArgumentInfo *_info;
#else
void *_dummy;
#endif
BOOL _argsRetained;
BOOL _validReturn;
BOOL _sendToSuper;

View file

@ -362,7 +362,7 @@ static NSDistributedNotificationCenter *defCenter = nil;
[_remote setProtocolForProxy: p];
/*
* Ask to be told if the copnnection goes away.
* Ask to be told if the connection goes away.
*/
[[NSNotificationCenter defaultCenter]
addObserver: self