aboutsummaryrefslogtreecommitdiff
path: root/abs~.c
diff options
context:
space:
mode:
Diffstat (limited to 'abs~.c')
-rw-r--r--abs~.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs~.c b/abs~.c
index 3078139..99ef457 100644
--- a/abs~.c
+++ b/abs~.c
@@ -35,7 +35,7 @@ static void abs_dsp(t_abs *x, t_signal **sp)
dsp_add(abs_perform, 4, x, sp[0]->s_vec, sp[1]->s_vec, sp[0]->s_n);
}
-static void *abs_new()
+static void *abs_new(void)
{
t_abs *x = (t_abs *)pd_new(abs_class);
outlet_new(&x->x_obj, &s_signal);