aboutsummaryrefslogtreecommitdiff
path: root/hssc~/hssc~.c
diff options
context:
space:
mode:
Diffstat (limited to 'hssc~/hssc~.c')
-rw-r--r--hssc~/hssc~.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hssc~/hssc~.c b/hssc~/hssc~.c
index f62ad9d..9efebfa 100644
--- a/hssc~/hssc~.c
+++ b/hssc~/hssc~.c
@@ -93,6 +93,6 @@ void hssc_tilde_setup(void)
class_addmethod(hssc_tilde_class, (t_method)hssc_tilde_dsp,
gensym("dsp"), 0);
- class_sethelpsymbol(hssc_tilde_class, gensym("help-hssc~"));
+
CLASS_MAINSIGNALIN(hssc_tilde_class, t_hssc_tilde, f);
}