r4926: Auto commit for Debian build
[umlisp.git] / classes.lisp
index 9210e6fcf0720f3640c49fc19d74cd09c840a43f..dd67708f5d62d0d9a56224b4367d7069b0b7fcbb 100644 (file)
@@ -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.
 
 (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")