X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/aa14a4cddcb96b681d5c19a2ec8bad382f43b264..664b395170172c9541bb1ea1b87780a8d200fc19:/src/output-impl.lisp diff --git a/src/output-impl.lisp b/src/output-impl.lisp index 30d0c80..df42115 100644 --- a/src/output-impl.lisp +++ b/src/output-impl.lisp @@ -35,8 +35,7 @@ (defmethod ensure-sequencer-item ((sequencer sequencer) name) (with-slots (table) sequencer (or (gethash name table) - (setf (gethash name table) - (make-instance 'sequencer-item :name name))))) + (setf (gethash name table) (make-sequencer-item name))))) (defmethod add-sequencer-constraint ((sequencer sequencer) (constraint list)) (let ((converted-constraint