diff options
Diffstat (limited to 'hasc~')
-rw-r--r-- | hasc~/hasc~.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hasc~/hasc~.c b/hasc~/hasc~.c index eb0a56e..19da9c8 100644 --- a/hasc~/hasc~.c +++ b/hasc~/hasc~.c @@ -95,6 +95,6 @@ void hasc_tilde_setup(void) class_addmethod(hasc_tilde_class, (t_method)hasc_tilde_dsp, gensym("dsp"), 0); - class_sethelpsymbol(hasc_tilde_class, gensym("help-hasc~")); + CLASS_MAINSIGNALIN(hasc_tilde_class, t_hasc_tilde, f); } |