From: Kevin M. Rosenberg Date: Fri, 8 Jul 2011 20:04:39 +0000 (-0600) Subject: Add missing call when finalizing class X-Git-Tag: v2.12.0~2 X-Git-Url: http://git.kpe.io/?p=hyperobject.git;a=commitdiff_plain;h=68758a88e44b4bacb0f8cce68166ff0f8d5b3100 Add missing call when finalizing class --- diff --git a/mop.lisp b/mop.lisp index b37a59c..47a2aae 100644 --- a/mop.lisp +++ b/mop.lisp @@ -218,7 +218,8 @@ (defmethod finalize-inheritance :after ((cl hyperobject-class)) "Initialize a hyperobject class. Calculates all class slots" (finalize-subobjects cl) - (finalize-compute-cached cl)) + (finalize-compute-cached cl) + (init-hyperobject-class cl)) (eval-when (:compile-toplevel :load-toplevel :execute) (when (>= (length (generic-function-lambda-list