Add <IndexedCollecting> Protocol to String Protocol.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@271 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1995-04-04 22:48:57 +00:00
parent 8fc2b6cad4
commit 42ed7a6571
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, NSString>
@protocol String <ValueGetting, IndexedCollecting, NSString>
// INITIALIZING NEWLY ALLOCATED STRINGS. DON'T FORGET TO RELEASE THEM!;
- init;