mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
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:
parent
8fc2b6cad4
commit
42ed7a6571
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, NSString>
|
||||
@protocol String <ValueGetting, IndexedCollecting, NSString>
|
||||
|
||||
// INITIALIZING NEWLY ALLOCATED STRINGS. DON'T FORGET TO RELEASE THEM!;
|
||||
- init;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue