diff options
Diffstat (limited to 'toxy/plustot.qlist.c')
-rw-r--r-- | toxy/plustot.qlist.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/toxy/plustot.qlist.c b/toxy/plustot.qlist.c index 4be5430..a098df3 100644 --- a/toxy/plustot.qlist.c +++ b/toxy/plustot.qlist.c @@ -180,7 +180,8 @@ void *plustot_qlist_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_qlist *)plusobject_new(plustot_qlist_class, s, ac, av); + x = (t_plustot_qlist *) + plusobject_new(plustot_qlist_class, s, ac, av, 0); plusbob_preserve((t_plusbob *)tob); plusbob_setowner((t_plusbob *)tob, (t_pd *)x); plustob_setlist(tob, ac, av); |