mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
fix comment accidentally copied from +load
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@30131 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4bfb33471d
commit
05a78f7b78
1 changed files with 2 additions and 1 deletions
|
@ -230,7 +230,8 @@ extern "C" {
|
|||
* You can implement +initialize in your own class if you need to.
|
||||
* NSObject's implementation handles essential root object and base
|
||||
* library initialization.<br />
|
||||
* Don't call [super initialize] in your implementation of +initialize.
|
||||
* It should be safe to call [super initialize] in your implementation
|
||||
* of +initialize.
|
||||
*/
|
||||
+ (void) initialize;
|
||||
+ (IMP) instanceMethodForSelector: (SEL)aSelector;
|
||||
|
|
Loading…
Reference in a new issue