From bbe4741c90661fa6657adfe89945a2efd215ec30 Mon Sep 17 00:00:00 2001 From: polos Date: Fri, 24 Jul 2020 15:18:41 +0200 Subject: [PATCH] small revision --- lib/qml-ui-vars.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/qml-ui-vars.lisp b/lib/qml-ui-vars.lisp index e09a350..8847f9f 100644 --- a/lib/qml-ui-vars.lisp +++ b/lib/qml-ui-vars.lisp @@ -104,7 +104,7 @@ (dolist (item items) (let ((diff-name (make-string (- max-name (length (first item))))) (diff-class (make-string (- max-class (length (third item)))))) - (format out "(defvar *~A*~A ~S)~A ; ~A~A ~S~%" + (format out "(defparameter *~A*~A ~S)~A ; ~A~A ~S~%" (first item) diff-name (second item)