mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
(initialize): Return void.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@187 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9b85b58159
commit
7bc9920bb8
3 changed files with 3 additions and 6 deletions
|
@ -25,11 +25,10 @@
|
|||
|
||||
@implementation RBTreeNode
|
||||
|
||||
+ initialize
|
||||
+ (void) initialize
|
||||
{
|
||||
if (self == [RBTreeNode class])
|
||||
[self setVersion:0]; /* beta release */
|
||||
return self;
|
||||
}
|
||||
|
||||
- init
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue