doc/list-exports.lisp: Mark the start of the class tree dump.
[sod] / src / output-impl.lisp
index 30d0c80..df42115 100644 (file)
@@ -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