aboutsummaryrefslogtreecommitdiff
path: root/prob.c
diff options
context:
space:
mode:
Diffstat (limited to 'prob.c')
-rw-r--r--prob.c2
1 files changed, 1 insertions, 1 deletions
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"));
+
}