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