From af2c8a166c053ea29cf543e0a15054bdd0e39799 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 8 Apr 2004 03:09:14 +0000 Subject: made mjLib conform to the CVS build system and 0.37 help patch naming scheme svn path=/trunk/externals/mjlib/; revision=1572 --- n2m.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'n2m.c') diff --git a/n2m.c b/n2m.c index 87c0b74..9379c9f 100644 --- a/n2m.c +++ b/n2m.c @@ -65,7 +65,7 @@ static void n2m_notename( t_n2m *x, t_symbol *s, int ac, t_atom *av ) n2m_class = class_new(gensym("n2m"), (t_newmethod)n2m_new, (t_method)n2m_free, sizeof(t_n2m), 0, 0); class_addmethod(n2m_class, (t_method)n2m_notename, gensym("note" ), A_GIMME, 0); - class_sethelpsymbol(n2m_class, gensym("mjLib/n2m")); + } /** -- cgit v1.2.1