Since we're handling initialization and the result of this wrapper is a

real (sub)class, we need this to be #f.

svn: r18544
This commit is contained in:
Stevie Strickland 2010-03-15 09:19:50 +00:00
parent bf56a108fe
commit 5145638ac5

View File

@ -2680,7 +2680,7 @@
(class-orig-cls cls)
#f #f ; serializer is never set
(class-no-super-init? cls))]
#f)]
[obj-name (if name
(string->symbol (format "object:~a" name))
'object)])