aboutsummaryrefslogtreecommitdiff
path: root/invert.c
diff options
context:
space:
mode:
Diffstat (limited to 'invert.c')
-rw-r--r--invert.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/invert.c b/invert.c
index 0b15ec3..431f6d3 100644
--- a/invert.c
+++ b/invert.c
@@ -37,5 +37,7 @@ void invert_setup(void)
sizeof(t_invert), 0, A_NULL);
class_addfloat(invert_class, (t_method)invert_float);
- class_sethelpsymbol(invert_class, gensym("help-invert"));
+ #if PD_MINOR_VERSION < 37
+ class_sethelpsymbol(invert_class, gensym("invert-help.pd"));
+#endif
}