diff options
author | N.N. <krzyszcz@users.sourceforge.net> | 2005-06-13 20:41:52 +0000 |
---|---|---|
committer | N.N. <krzyszcz@users.sourceforge.net> | 2005-06-13 20:41:52 +0000 |
commit | 4155426928eab2265d78f4860c35e09057dde840 (patch) | |
tree | d261c307f9d6d3f1d34a4ed3fafde7420d0d227a /toxy/plustot.in.c | |
parent | aebe147ae46e27127faa5c9d777de6b9ab822cc9 (diff) |
toxy alpha19 and pddp alpha3 (see notes.txt for toxy and pddp)
svn path=/trunk/externals/miXed/; revision=3170
Diffstat (limited to 'toxy/plustot.in.c')
-rw-r--r-- | toxy/plustot.in.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toxy/plustot.in.c b/toxy/plustot.in.c index 3cb3b6c..37c1bc9 100644 --- a/toxy/plustot.in.c +++ b/toxy/plustot.in.c @@ -87,7 +87,7 @@ void *plustot_in_new(t_symbol *s, int ac, t_atom *av) if ((tin = plustin_glistprovide(glist, PLUSTIN_GLIST_ANY, 0)) && (tob = plustob_new(tin, 0))) { - x = (t_plustot_in *)plusobject_new(plustot_in_class, s, ac, av); + x = (t_plustot_in *)plusobject_new(plustot_in_class, s, ac, av, 0); plusbob_preserve((t_plusbob *)tob); plusbob_setowner((t_plusbob *)tob, (t_pd *)x); plustob_setlist(tob, ac, av); |