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 c502fbe..46267de 100644
--- a/src/sum.c
+++ b/src/sum.c
@@ -39,7 +39,7 @@ static void *sum_new(void)
{
t_sum *x = (t_sum *)pd_new(sum_class);
- outlet_new(&x->x_obj, gensym("float"));
+ outlet_new(&x->x_obj, &s_float);
return (x);
}