X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/blobdiff_plain/dfa4f31424800fdb6fb63514121b9cc893269276..735a29da709fc1701f77f0c051abde6043532ab3:/glib/gboxed.lisp diff --git a/glib/gboxed.lisp b/glib/gboxed.lisp index 1bb152b..8e621aa 100644 --- a/glib/gboxed.lisp +++ b/glib/gboxed.lisp @@ -15,7 +15,7 @@ ;; License along with this library; if not, write to the Free Software ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -;; $Id: gboxed.lisp,v 1.17 2005-03-06 17:26:23 espen Exp $ +;; $Id: gboxed.lisp,v 1.18 2005-03-11 10:56:58 espen Exp $ (in-package "GLIB") @@ -72,7 +72,7 @@ (defun expand-boxed-type (type-number forward-p slots) ,(unless forward-p slots) (:metaclass boxed-class) - (:gtype ,(find-type-init-function type-number)))) + (:gtype ,(register-type-as type-number)))) (register-derivable-type 'boxed "GBoxed" 'expand-boxed-type)