X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/blobdiff_plain/145300db11eed3a0b02367f3a3f14c7ca3361a8c..3d36c5d66c327143ac12c3c2222352618da3123c:/glib/ginterface.lisp?ds=sidebyside diff --git a/glib/ginterface.lisp b/glib/ginterface.lisp index 4b65455..542351c 100644 --- a/glib/ginterface.lisp +++ b/glib/ginterface.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: ginterface.lisp,v 1.6 2005/02/01 15:24:52 espen Exp $ +;; $Id: ginterface.lisp,v 1.7 2005/02/03 23:09:04 espen Exp $ (in-package "GLIB") @@ -65,8 +65,7 @@ (defmethod shared-initialize ((class ginterface-class) names (call-next-method)) -(defmethod validate-superclass - ((class ginterface-class) (super pcl::standard-class)) +(defmethod validate-superclass ((class ginterface-class) (super standard-class)) (subtypep (class-name super) 'ginterface))