From: Kevin M. Rosenberg Date: Wed, 14 May 2003 06:38:24 +0000 (+0000) Subject: r4926: Auto commit for Debian build X-Git-Tag: v2006ac.2~166 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;h=b84f691a346859d3dd1f3f8502f78c28c98b78ed;hp=33f87c1a5fa002c3f37c66510506081a7a802093;p=umlisp.git r4926: Auto commit for Debian build --- diff --git a/classes.lisp b/classes.lisp index 9210e6f..dd67708 100644 --- a/classes.lisp +++ b/classes.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: classes.lisp,v 1.33 2003/05/14 05:37:48 kevin Exp $ +;;;; $Id: classes.lisp,v 1.34 2003/05/14 06:35:22 kevin Exp $ ;;;; ;;;; This file, part of UMLisp, is ;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. @@ -159,7 +159,8 @@ (defclass usty (umlsclass) ((tui :value-type fixnum :initarg :tui :reader tui :print-formatter fmt-tui - :hyperlink (find-ucon-tui ("subobjects" "no"))) + :hyperlink find-ucon-tui + :hyperlink-parameters ("subobjects" "no"))) (sty :value-type string :initarg :sty :reader sty)) (:metaclass hyperobject-class) (:user-name "Semantic Type")