X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=views.lisp;h=8f0f9b8c2ff377ff205c2011a4bb2e0095140c81;hb=409c40b1221545d7230f6e812921d441ba2d5f89;hp=3b04a3b20596b4a338d9f67512ff58aae567378d;hpb=2060170d0e70f0645f0ba5c61fbe90cd8a9f4ab7;p=hyperobject.git diff --git a/views.lisp b/views.lisp index 3b04a3b..8f0f9b8 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.25 2003/03/26 21:03:22 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; @@ -101,7 +101,9 @@ (aif (find category (views obj-class) :key #'category) it (let ((view - (make-instance 'object-view :object-class-name (class-name obj-class) + (make-instance 'object-view + :object-class-name (class-name obj-class) + :object-class obj-class :category category :slots slots))) (push view (views obj-class))