X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=views.lisp;h=6c1cb2595588d3e64a09dbe26db07ba45ac83c29;hb=2dde1184d7927398e4487132ebf8a3e83bf4a81a;hp=3b04a3b20596b4a338d9f67512ff58aae567378d;hpb=7db92d95e7d74c430dd0ba0aa41aecaf3eb558d8;p=hyperobject.git diff --git a/views.lisp b/views.lisp index 3b04a3b..6c1cb25 100644 --- a/views.lisp +++ b/views.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: views.lisp,v 1.23 2003/03/25 14:34:46 kevin Exp $ +;;;; $Id: views.lisp,v 1.24 2003/03/26 21:01:27 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; @@ -147,7 +147,7 @@ (defmethod initialize-instance :after ((view object-view) &rest initargs &key &allow-other-keys) - (initialize-view (object-class view) view)) + (initialize-view (find-class (object-class-name view)) view)) (defun initialize-view (obj-cl view) "Calculate all view slots for a hyperobject class"