From af2c8a166c053ea29cf543e0a15054bdd0e39799 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 8 Apr 2004 03:09:14 +0000 Subject: made mjLib conform to the CVS build system and 0.37 help patch naming scheme svn path=/trunk/externals/mjlib/; revision=1572 --- monorhythm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'monorhythm.c') 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")); + } -- cgit v1.2.1