X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/blobdiff_plain/466cf192526f40354fae663cff74ab7e231a5a50..73572c12ccd49c661d06287903bfa725f5fd93a5:/glib/ginterface.lisp diff --git a/glib/ginterface.lisp b/glib/ginterface.lisp index 17ced81..1882d35 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))