mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 12:16:40 +00:00
Rewrite of NSData from Richard Frith-Macdonald <richard@brainstorm.co.uk>
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2459 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7b704b0ec4
commit
f88a65db7e
32 changed files with 1576 additions and 2603 deletions
|
@ -102,7 +102,7 @@ static Class NSMutableAttributedString_concrete_class;
|
|||
return [super initWithCoder:aDecoder];
|
||||
}
|
||||
|
||||
- (Class) classForPortCoder: (NSPortCoder*)aCoder
|
||||
- (Class) classForPortCoder
|
||||
{
|
||||
return [self class];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue