X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/c1098ad8614af0cf52d057df6e9c2a17aaf19fe3..1c1ea17d710f2e1d40fc1e48a354195303fd7d4f:/src/classes.lisp 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."))