X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=classes.lisp;h=5ca8dc9383954ce893f1cbe1283edb556e78949b;hb=0fbd7d20375c0b8b81ee2916efc0ab0847493a8d;hp=dd67708f5d62d0d9a56224b4367d7069b0b7fcbb;hpb=b84f691a346859d3dd1f3f8502f78c28c98b78ed;p=umlisp.git diff --git a/classes.lisp b/classes.lisp index dd67708..5ca8dc9 100644 --- a/classes.lisp +++ b/classes.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: classes.lisp,v 1.34 2003/05/14 06:35:22 kevin Exp $ +;;;; $Id: classes.lisp,v 1.36 2003/05/14 06:42:15 kevin Exp $ ;;;; ;;;; This file, part of UMLisp, is ;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. @@ -160,7 +160,7 @@ (defclass usty (umlsclass) ((tui :value-type fixnum :initarg :tui :reader tui :print-formatter fmt-tui :hyperlink find-ucon-tui - :hyperlink-parameters ("subobjects" "no"))) + :hyperlink-parameters (("subobjects" . "no"))) (sty :value-type string :initarg :sty :reader sty)) (:metaclass hyperobject-class) (:user-name "Semantic Type")