aboutsummaryrefslogtreecommitdiff
path: root/src/wrap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrap.c')
-rw-r--r--src/wrap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wrap.c b/src/wrap.c
index 310772b..2272045 100644
--- a/src/wrap.c
+++ b/src/wrap.c
@@ -133,10 +133,10 @@ void maxlib_wrap_setup(void)
class_addmethod(wrap_class, (t_method)wrap_a, gensym("a"), A_FLOAT, 0);
class_addmethod(wrap_class, (t_method)wrap_b, gensym("b"), A_FLOAT, 0);
#ifndef MAXLIB
- class_sethelpsymbol(wrap_class, gensym("help-wrap.pd"));
+
post(version);
#else
- class_sethelpsymbol(wrap_class, gensym("maxlib/help-wrap.pd"));
+ class_sethelpsymbol(wrap_class, gensym("maxlib/wrap-help.pd"));
#endif
}