aboutsummaryrefslogtreecommitdiff
path: root/monorhythm.c
diff options
context:
space:
mode:
Diffstat (limited to 'monorhythm.c')
-rw-r--r--monorhythm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/monorhythm.c b/monorhythm.c
index 2855820..7be8405 100644
--- a/monorhythm.c
+++ b/monorhythm.c
@@ -233,6 +233,6 @@ static void monorhythm_set_time( t_monorhythm *x, t_float f )
class_addmethod(monorhythm_class, (t_method)monorhythm_set_time, gensym("timeinterval" ), A_FLOAT, 0);
class_addmethod(monorhythm_class, (t_method)monorhythm_set_exclusive,gensym("exclusive"),0);
class_addmethod(monorhythm_class, (t_method)monorhythm_set_nonexclusive,gensym("nonexclusive"),0);
- class_sethelpsymbol(monorhythm_class, gensym("mjLib/monorhythm"));
+
}