X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/dfa4f31424800fdb6fb63514121b9cc893269276..69ade5a6dbf7af5c2255d13739c2ce603a772f95:/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 @@ ,(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)