diff options
Diffstat (limited to 'module/oop/goops.scm')
-rw-r--r-- | module/oop/goops.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/oop/goops.scm b/module/oop/goops.scm index a47c4eee9..7871c2f7f 100644 --- a/module/oop/goops.scm +++ b/module/oop/goops.scm @@ -1157,7 +1157,7 @@ (define-standard-accessor-method ((bound-check-get n) o) (let ((x (@slot-ref o n))) (if (unbound? x) - (slot-unbound obj) + (slot-unbound o) x))) (define-standard-accessor-method ((standard-get n) o) |