Add two more DEFCTYPES to fix warnings.
[cl-gtk2.git] / glib / gobject.foreign-gobject-subclassing.lisp
index 423214a..fe7ab80 100644 (file)
         (methods (vtable-methods name items)))
     `(progn
        (defcstruct ,cstruct-name ,@(mapcar #'vtable-item->cstruct-item items))
+       (defctype ,cstruct-name (:struct ,cstruct-name))
        (setf (gethash ,type-name *vtables*)
              (make-vtable-description :type-name ,type-name
                                       :cstruct-name ',cstruct-name