summaryrefslogtreecommitdiff
path: root/Core/windowing/sheets.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'Core/windowing/sheets.lisp')
-rw-r--r--Core/windowing/sheets.lisp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Core/windowing/sheets.lisp b/Core/windowing/sheets.lisp
index 945c22eb..374a2074 100644
--- a/Core/windowing/sheets.lisp
+++ b/Core/windowing/sheets.lisp
@@ -610,9 +610,9 @@
+identity-transformation+)
(defclass sheet-transformation-mixin ()
- ((transformation :initform +identity-transformation+
- :initarg :transformation
- :accessor sheet-transformation)))
+ ((sheet-transformation :initform +identity-transformation+
+ :initarg :transformation
+ :accessor sheet-transformation)))
(defclass sheet-translation-mixin (sheet-transformation-mixin)
())