mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +00:00
Add comment.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@266 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
38961aced1
commit
d4af5870e6
1 changed files with 3 additions and 1 deletions
|
@ -51,7 +51,9 @@
|
|||
if (self == [String class])
|
||||
{
|
||||
[self setVersion:0]; /* beta release */
|
||||
/* xxx eventually: class_add_behavior_category(NSStringStuff) */
|
||||
/* xxx eventually: class_add_behavior_category(NSStringStuff),
|
||||
but we'll have to be careful about these methods overriding
|
||||
the ones inherited in NSCString from NSString! */
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue