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:
Richard Frith-MacDonald 2010-06-28 14:35:44 +00:00
parent 7bfecd41a0
commit 409e5df259
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 />