mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 17:12:03 +00:00
Fix documentation version numbering
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@24034 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1cf3f4c8e2
commit
f33c48a9ed
12 changed files with 34 additions and 19 deletions
|
@ -1485,8 +1485,8 @@ GSDescriptionForClassMethod(pcl self, SEL aSel)
|
|||
*/
|
||||
- (NSString*) description
|
||||
{
|
||||
return [NSString stringWithFormat: @"<%s: %lx>",
|
||||
GSClassNameFromObject(self), (unsigned long)self];
|
||||
return [NSString stringWithFormat: @"<%s: %p>",
|
||||
GSClassNameFromObject(self), self];
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -2372,8 +2372,8 @@ GSDescriptionForClassMethod(pcl self, SEL aSel)
|
|||
}
|
||||
- (NSString*) description
|
||||
{
|
||||
return [NSString stringWithFormat: @"<%s: %lx>",
|
||||
GSClassNameFromObject(self), (unsigned long)self];
|
||||
return [NSString stringWithFormat: @"<%s: %p>",
|
||||
GSClassNameFromObject(self), self];
|
||||
}
|
||||
- (BOOL) isProxy
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue