aboutsummaryrefslogtreecommitdiff
path: root/randomF.c
diff options
context:
space:
mode:
Diffstat (limited to 'randomF.c')
-rw-r--r--randomF.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/randomF.c b/randomF.c
index d7e4046..20e7683 100644
--- a/randomF.c
+++ b/randomF.c
@@ -57,5 +57,7 @@ void randomF_setup(void)
class_addbang(randomF_class, (t_method)randomF_bang);
- class_sethelpsymbol(randomF_class, gensym("help-randomF"));
+ #if PD_MINOR_VERSION < 37
+ class_sethelpsymbol(randomF_class, gensym("randomF-help.pd"));
+#endif
}