aboutsummaryrefslogtreecommitdiff
path: root/src/route~.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/route~.c')
-rw-r--r--src/route~.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/route~.c b/src/route~.c
index 9a03843..c69d94e 100644
--- a/src/route~.c
+++ b/src/route~.c
@@ -58,7 +58,7 @@ static void route_tilde_free(t_route_tilde *x)
static void *route_tilde_new(void)
{
t_route_tilde *x = (t_route_tilde *)pd_new(route_tilde_class);
- x->x_sigout=outlet_new(&x->x_obj, &s_signal);
+ x->x_sigout=outlet_new(&x->x_obj, gensym("signal"));
x->x_msgout=outlet_new(&x->x_obj, 0);
return (x);
}