From 4155426928eab2265d78f4860c35e09057dde840 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Mon, 13 Jun 2005 20:41:52 +0000 Subject: toxy alpha19 and pddp alpha3 (see notes.txt for toxy and pddp) svn path=/trunk/externals/miXed/; revision=3170 --- toxy/plustot.out.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toxy/plustot.out.c') diff --git a/toxy/plustot.out.c b/toxy/plustot.out.c index 564e907..80c64dc 100644 --- a/toxy/plustot.out.c +++ b/toxy/plustot.out.c @@ -58,7 +58,7 @@ static void plustot_out_free(t_plustot_out *x) void *plustot_out_new(t_symbol *s, int ac, t_atom *av) { t_plustot_out *x = - (t_plustot_out *)plusobject_new(plustot_out_class, s, ac, av); + (t_plustot_out *)plusobject_new(plustot_out_class, s, ac, av, 0); x->x_bb = binbuf_new(); plusoutlet_new(&x->x_plusobject, &s_anything); return (x); -- cgit v1.2.1