X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/3109662aca9c06495ac22c5c58b46e1c036aca5c..c91b90c3bfd3d3e68cc3d3ff3f431d1e73920061:/src/pset-proto.lisp diff --git a/src/pset-proto.lisp b/src/pset-proto.lisp index e10e8b9..aafa306 100644 --- a/src/pset-proto.lisp +++ b/src/pset-proto.lisp @@ -42,7 +42,7 @@ (defgeneric property-type (value) (:documentation "Guess a sensible property type to use for VALUE.") (:method ((value symbol)) :symbol) - (:method ((value integer)) :integer) + (:method ((value integer)) :int) (:method ((value string)) :string) (:method ((value character)) :char) (:method (value) :other))