X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/blobdiff_plain/038891cf1bca1d4a4086e5bb6b39a93ece5b67c3..279277515c62b8e1e47bc7c2b1867638013ada5a:/gtk/gtkobject.lisp diff --git a/gtk/gtkobject.lisp b/gtk/gtkobject.lisp index 7e5c84b..847cacb 100644 --- a/gtk/gtkobject.lisp +++ b/gtk/gtkobject.lisp @@ -20,7 +20,7 @@ ;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE ;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -;; $Id: gtkobject.lisp,v 1.34 2006/04/26 10:30:02 espen Exp $ +;; $Id: gtkobject.lisp,v 1.35 2006/08/15 12:16:09 espen Exp $ (in-package "GTK") @@ -188,7 +188,7 @@ (defmethod validate-superclass ((class container-child-class) (super standard-cl t) -(defclass container-child () +(defclass container-child (virtual-slots-object) ((parent :initarg :parent :type container) (child :initarg :child :type widget)))