aboutsummaryrefslogtreecommitdiff
path: root/src/tab_const.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tab_const.c')
-rw-r--r--src/tab_const.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tab_const.c b/src/tab_const.c
index 461f950..7d846a3 100644
--- a/src/tab_const.c
+++ b/src/tab_const.c
@@ -44,7 +44,7 @@ static void tab_const_bang(t_tab_const *x)
t_garray *a;
for(i=0; i<n; i++)
- iemarray_setfloat(vec_dst, i, 0.0f);
+ iemarray_setfloat(vec_dst, i, 0.0);
outlet_bang(x->x_obj.ob_outlet);
a = (t_garray *)pd_findbyclass(x->x_sym_dst, garray_class);
garray_redraw(a);
@@ -156,5 +156,4 @@ void tab_const_setup(void)
class_addfloat(tab_const_class, (t_method)tab_const_float);
class_addlist(tab_const_class, (t_method)tab_const_list);
class_addmethod(tab_const_class, (t_method)tab_const_dst, gensym("dst"), A_DEFSYMBOL, 0);
-// class_sethelpsymbol(tab_const_class, gensym("iemhelp2/tab_const-help"));
}