aboutsummaryrefslogtreecommitdiff
path: root/n2m.c
diff options
context:
space:
mode:
Diffstat (limited to 'n2m.c')
-rw-r--r--n2m.c2
1 files changed, 1 insertions, 1 deletions
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"));
+
}
/**