aboutsummaryrefslogtreecommitdiff
path: root/src/multiplex~.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/multiplex~.c')
-rw-r--r--src/multiplex~.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/multiplex~.c b/src/multiplex~.c
index be141cd..23a2eef 100644
--- a/src/multiplex~.c
+++ b/src/multiplex~.c
@@ -80,6 +80,8 @@ static void *mux_new(t_symbol *s, int argc, t_atom *argv)
{
t_mux *x = (t_mux *)pd_new(mux_class);
int i;
+ ZEXY_USEVAR(s);
+ ZEXY_USEVAR(argv);
if (!argc)argc=2;
x->n_in=argc;