chiark / gitweb /
Bug fix: boxed should have struct as super class
[clg] / glib / gboxed.lisp
index caf5fb478d8281d41be3ae7c9fd905ea7cdd4f5d..41f62431216d2206d661fd7b980b0b3e7b23727a 100644 (file)
@@ -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 @@ (eval-when (:compile-toplevel :load-toplevel :execute)
                          (pkg-config:pkg-variable "glib-2.0" "libdir")
                          "/libgobject-2.0.so")))
 
-(defclass boxed (proxy)
+(defclass boxed (struct)
   ()
   (:metaclass struct-class))