fixed braino in DISPLAY dispatch.
authorDrew Crampsie <drewc@tech.coop>
Sun, 8 Jan 2006 01:08:25 +0000 (17:08 -0800)
committerDrew Crampsie <drewc@tech.coop>
Sun, 8 Jan 2006 01:08:25 +0000 (17:08 -0800)
darcs-hash:20060108010825-5417e-26457489da24cfb39521939d863a87006cfcee9f.gz

src/standard-display.lisp

index 2a72992..ffca8b5 100644 (file)
  default action is to FUNCALL-WITH-LAYERS the DISPLAY-USING-DESCRIPTION method."))
 
 (define-layered-method display
-  ((component t) (object t) &rest args &key layers (type 'viewer)  &allow-other-keys)  
+  ((component t) (object standard-class) &rest args &key layers (type 'viewer)  &allow-other-keys)  
   (let* ((occurence (find-occurence object))
         (plist (attribute.plist
                 (find-attribute occurence (intern (format nil "~A" type) :KEYWORD))))