X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/d2882889dc2234eef5882eeaa79e83e4e0d638a3..7733a777cbef74b8dbfbe1b306571a913b04f2ad:/src/standard-display.lisp diff --git a/src/standard-display.lisp b/src/standard-display.lisp index 2a72992..ffca8b5 100644 --- a/src/standard-display.lisp +++ b/src/standard-display.lisp @@ -103,7 +103,7 @@ 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))))