X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/f64eb323a5798e155cc494043f5f750abf50a482..5fa27d76e1cdadec7e5e48f8e515a9673e894741:/src/classes.lisp?ds=sidebyside diff --git a/src/classes.lisp b/src/classes.lisp index 3ed103a..9484141 100644 --- a/src/classes.lisp +++ b/src/classes.lisp @@ -331,7 +331,7 @@ (location :initarg :location :initform (file-location nil) :type file-location :reader file-location) (name :initarg :name :type string :reader sod-initarg-name) - (type :initarg :type :type c-type :reader sod-initarg-type)) + (%type :initarg :type :type c-type :reader sod-initarg-type)) (:documentation "Describes a keyword argument accepted by the initialization function."))