X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/6baf860c07c91b2209e4738f469248e7d8f4d6eb..6cb19a68c40d5ab90700eabfcd41ff635e91967f:/glib/gboxed.lisp?ds=sidebyside diff --git a/glib/gboxed.lisp b/glib/gboxed.lisp index 0ec7ab8..13d2ef9 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.11 2004/11/06 21:39:58 espen Exp $ +;; $Id: gboxed.lisp,v 1.12 2004/11/07 21:41:35 espen Exp $ (in-package "GLIB") @@ -25,7 +25,7 @@ (pkg-config:pkg-variable "glib-2.0" "libdir") "/libgobject-2.0.so"))) -(defclass boxed (proxy) +(defclass boxed (struct) () (:metaclass struct-class))