(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:
Andrew McCallum 1996-03-03 00:41:51 +00:00
parent 091ab5191c
commit 2283a8beb1
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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;