(ConstantCollecting): Make is inherit from the NSObject protocol.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1040 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1996-03-03 00:41:23 +00:00
parent 6cc416e14e
commit a955a3bd30
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@
#include <objects/Invoking.h>
#include <objects/Enumerating.h>
@protocol ConstantCollecting
@protocol ConstantCollecting <NSObject>
// INITIALIZING;
- init;

View file

@ -39,7 +39,7 @@
#include <objects/Invoking.h>
#include <objects/Enumerating.h>
@protocol ConstantCollecting
@protocol ConstantCollecting <NSObject>
// INITIALIZING;
- init;