summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--catbird/overlay.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/catbird/overlay.scm b/catbird/overlay.scm
index b2a36d2..2b3c184 100644
--- a/catbird/overlay.scm
+++ b/catbird/overlay.scm
@@ -42,7 +42,7 @@
(define-class <overlay> (<scene>))
(define (make-overlay)
- (make <overlay>))
+ (make <overlay> #:name 'overlay))
(define-method (notify (scene <overlay>) message)
(run-script scene