mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
fix bad return value for NSMutableSet-classForCoder
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@30878 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7bfecd41a0
commit
409e5df259
3 changed files with 12 additions and 4 deletions
|
@ -946,7 +946,7 @@ static Class NSMutableSet_concrete_class;
|
|||
|
||||
- (Class) classForCoder
|
||||
{
|
||||
return NSMutableSet_concrete_class;
|
||||
return NSMutableSet_abstract_class;
|
||||
}
|
||||
|
||||
/** <init /> <override-subclass />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue