aboutsummaryrefslogtreecommitdiff
path: root/src/mtx_sum.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mtx_sum.c')
-rw-r--r--src/mtx_sum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mtx_sum.c b/src/mtx_sum.c
index ebc3161..fd20ab9 100644
--- a/src/mtx_sum.c
+++ b/src/mtx_sum.c
@@ -49,7 +49,7 @@ static void mtx_sum_list(t_matrix *x, t_symbol *s, int argc, t_atom *argv){
}
-static void *mtx_sum_new()
+static void *mtx_sum_new(void)
{
t_matrix *x = (t_matrix *)pd_new(mtx_sum_class);
outlet_new(&x->x_obj, 0);