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 --- pin~.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pin~.c') diff --git a/pin~.c b/pin~.c index 2934099..167a0bf 100644 --- a/pin~.c +++ b/pin~.c @@ -200,6 +200,6 @@ void pin_tilde_setup(void) class_addmethod(pin_tilde_class, (t_method) pin_tilde_dsp, gensym("dsp"), (t_atomtype)0); class_addmethod(pin_tilde_class, (t_method) pin_tilde_ticktime, gensym("tick") , A_DEFFLOAT , (t_atomtype)0 ); class_addmethod(pin_tilde_class, (t_method) pin_tilde_prob, gensym("prob") , A_DEFFLOAT , (t_atomtype)0 ); - class_sethelpsymbol(pin_tilde_class, gensym("mjLib/pin~")); + } -- cgit v1.2.1