chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
1a1949c
)
Bug fix: boxed should have struct as super class
author
espen
<espen>
Sun, 7 Nov 2004 21:41:35 +0000
(21:41 +0000)
committer
espen
<espen>
Sun, 7 Nov 2004 21:41:35 +0000
(21:41 +0000)
glib/gboxed.lisp
patch
|
blob
|
blame
|
history
diff --git
a/glib/gboxed.lisp
b/glib/gboxed.lisp
index caf5fb478d8281d41be3ae7c9fd905ea7cdd4f5d..41f62431216d2206d661fd7b980b0b3e7b23727a 100644
(file)
--- 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
;; 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.1
1 2004-11-06 21:39:58
espen Exp $
+;; $Id: gboxed.lisp,v 1.1
2 2004-11-07 21:41:35
espen Exp $
(in-package "GLIB")
(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")))
(pkg-config:pkg-variable "glib-2.0" "libdir")
"/libgobject-2.0.so")))
-(defclass boxed (
proxy
)
+(defclass boxed (
struct
)
()
(:metaclass struct-class))
()
(:metaclass struct-class))