mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-11 08:40:44 +00:00
(String): Make the protocol inherit from the NSObject protocol.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1041 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
091ab5191c
commit
2283a8beb1
2 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ typedef unsigned short Character;
|
|||
|
||||
/* Think about changing these names to avoid conflicts with OpenStep? */
|
||||
|
||||
@protocol String <ValueGetting, IndexedCollecting, NSString>
|
||||
@protocol String <NSObject, ValueGetting, IndexedCollecting, NSString>
|
||||
|
||||
// INITIALIZING NEWLY ALLOCATED STRINGS. DON'T FORGET TO RELEASE THEM!;
|
||||
- init;
|
||||
|
|
|
@ -47,7 +47,7 @@ typedef unsigned short Character;
|
|||
|
||||
/* Think about changing these names to avoid conflicts with OpenStep? */
|
||||
|
||||
@protocol String <ValueGetting, IndexedCollecting, NSString>
|
||||
@protocol String <NSObject, ValueGetting, IndexedCollecting, NSString>
|
||||
|
||||
// INITIALIZING NEWLY ALLOCATED STRINGS. DON'T FORGET TO RELEASE THEM!;
|
||||
- init;
|
||||
|
|
Loading…
Reference in a new issue