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:
rfm 2010-06-28 14:35:44 +00:00
parent 3096e38f6a
commit 26f5110852
3 changed files with 12 additions and 4 deletions

View file

@ -946,7 +946,7 @@ static Class NSMutableSet_concrete_class;
- (Class) classForCoder
{
return NSMutableSet_concrete_class;
return NSMutableSet_abstract_class;
}
/** <init /> <override-subclass />