From 35b3fe4d7c9024a29218413aa515c6510cc4c06a Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 2 Dec 2005 03:16:55 +0000 Subject: removed class_sethelpsymbol() to make help system more flexible. In most cases, its unneeded anyway svn path=/trunk/externals/ext13/; revision=4101 --- streamin13~.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'streamin13~.c') diff --git a/streamin13~.c b/streamin13~.c index 1ddfbe8..8f55051 100644 --- a/streamin13~.c +++ b/streamin13~.c @@ -305,7 +305,7 @@ void streamin13_setup(void) streamin13_class = class_new(gensym("streamin13~"), (t_newmethod) streamin13_new, (t_method) streamin13_free, sizeof(t_streamin13), A_DEFSYM, A_DEFFLOAT, A_DEFFLOAT, 0); - class_sethelpsymbol(streamin13_class, gensym("streamio13~")); + class_addmethod(streamin13_class, nullfn, gensym("signal"), 0); class_addmethod(streamin13_class, (t_method) streamin13_dsp, gensym("dsp"), 0); class_addmethod(streamin13_class, (t_method)streamin13_port,gensym("port"),A_DEFFLOAT,0); -- cgit v1.2.1