mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
(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:
parent
6cc416e14e
commit
a955a3bd30
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@
|
|||
#include <objects/Invoking.h>
|
||||
#include <objects/Enumerating.h>
|
||||
|
||||
@protocol ConstantCollecting
|
||||
@protocol ConstantCollecting <NSObject>
|
||||
|
||||
// INITIALIZING;
|
||||
- init;
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
#include <objects/Invoking.h>
|
||||
#include <objects/Enumerating.h>
|
||||
|
||||
@protocol ConstantCollecting
|
||||
@protocol ConstantCollecting <NSObject>
|
||||
|
||||
// INITIALIZING;
|
||||
- init;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue