aboutsummaryrefslogtreecommitdiff
path: root/invert.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-10-02 03:39:51 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-10-02 03:39:51 +0000
commit0afeb7e9fab7b1ec8787d88b3d5ce0914f0d0b0d (patch)
tree57a9a255788738c595e444e700e809dce67a59fb /invert.c
parentc8f3e3674f08bf56407e478c3160c4392196c118 (diff)
converted helpfiles to 0.37
svn path=/trunk/externals/markex/; revision=1059
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
}