Add NULL description
[clinton/lisp-on-lines.git] / src / standard-descriptions / edit.lisp
index ab1dd39..3c04a92 100644 (file)
@@ -44,7 +44,8 @@
                      'string-attribute-editor))))))
 
 (defclass attribute-editor ()
-    ((type :initarg :type
+    ((class :initarg :class)
+     (type :initarg :type
           :initform 'string
           :accessor attribute-editor-type)
      (parser :initarg :parse-using