diff options
Diffstat (limited to 'tripleRand.c')
-rw-r--r-- | tripleRand.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tripleRand.c b/tripleRand.c index 136dd61..db01aa3 100644 --- a/tripleRand.c +++ b/tripleRand.c @@ -103,7 +103,9 @@ void tripleRand_setup(void) class_addmethod(tripleRand_class, (t_method)setTripleRandVals, gensym("newVals"), A_GIMME, A_NULL); - class_sethelpsymbol(tripleRand_class, gensym("help-tripleRand")); + #if PD_MINOR_VERSION < 37 + class_sethelpsymbol(tripleRand_class, gensym("tripleRand-help.pd")); +#endif } |