aboutsummaryrefslogtreecommitdiff
path: root/src/sum.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sum.c')
-rw-r--r--src/sum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sum.c b/src/sum.c
index a83bcba..a293d31 100644
--- a/src/sum.c
+++ b/src/sum.c
@@ -40,7 +40,7 @@ static void *sum_new(void)
{
t_sum *x = (t_sum *)pd_new(sum_class);
- outlet_new(&x->x_obj, &s_float);
+ outlet_new(&x->x_obj, gensym("float"));
return (x);
}