summaryrefslogtreecommitdiffstats
path: root/strudel.c
diff options
context:
space:
mode:
Diffstat (limited to 'strudel.c')
-rw-r--r--strudel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/strudel.c b/strudel.c
index e88f175c..e0866a98 100644
--- a/strudel.c
+++ b/strudel.c
@@ -258,7 +258,7 @@ val make_struct_delegate_stream(val target_obj)
val stream;
strm_base_init(&sb->a);
sb->obj = nil;
- stream = cobj(coerce(mem_t *, sb), stream_s, &strudel_ops.cobj_ops);
+ stream = cobj(coerce(mem_t *, sb), stream_cls, &strudel_ops.cobj_ops);
sb->obj = target_obj;
return stream;
}