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 --- prob.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prob.c') diff --git a/prob.c b/prob.c index b94719d..1f91f8c 100644 --- a/prob.c +++ b/prob.c @@ -138,6 +138,6 @@ static void prob_set_time( t_prob *x, t_float f ) class_addmethod(prob_class, (t_method)prob_bang, gensym("start"), 0); class_addmethod(prob_class, (t_method)prob_set_probability, gensym("probability" ), A_FLOAT, 0); class_addmethod(prob_class, (t_method)prob_set_time, gensym("time" ), A_FLOAT, 0); - class_sethelpsymbol(prob_class, gensym("mjLib/prob")); + } -- cgit v1.2.1