aboutsummaryrefslogtreecommitdiff
path: root/src/beat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/beat.c')
-rw-r--r--src/beat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/beat.c b/src/beat.c
index 3ca552c..0dec647 100644
--- a/src/beat.c
+++ b/src/beat.c
@@ -393,11 +393,11 @@ void maxlib_beat_setup(void)
class_addmethod(beat_class, (t_method)beat_reset, gensym("reset"), 0);
class_addmethod(beat_class, (t_method)beat_print, gensym("print"), 0);
#ifndef MAXLIB
- class_sethelpsymbol(beat_class, gensym("help-beat.pd"));
+
post(version);
#else
class_addcreator((t_newmethod)beat_new, gensym("beat"), A_DEFFLOAT, 0);
- class_sethelpsymbol(beat_class, gensym("maxlib/help-beat.pd"));
+ class_sethelpsymbol(beat_class, gensym("maxlib/beat-help.pd"));
#endif
}