diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2006-03-29 12:07:52 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2006-03-29 12:07:52 +0000 |
commit | 767671c12bda649e754092234f9f2b49149b0a59 (patch) | |
tree | ec73117fd1cb8c9f1124de0bd90a4da5a4a3bfec /src/mtx_mean.c | |
parent | 38542899b3751c47af3dc38323d85794fa6a8901 (diff) |
removed class_sethelpsymbol where possible
svn path=/trunk/externals/iem/iemmatrix/; revision=4803
Diffstat (limited to 'src/mtx_mean.c')
-rw-r--r-- | src/mtx_mean.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mtx_mean.c b/src/mtx_mean.c index 2a65aed..77ecc61 100644 --- a/src/mtx_mean.c +++ b/src/mtx_mean.c @@ -52,7 +52,7 @@ void mtx_mean_setup(void) mtx_mean_class = class_new(gensym("mtx_mean"), (t_newmethod)mtx_mean_new, (t_method)matrix_free, sizeof(t_matrix), 0, 0, 0); class_addmethod(mtx_mean_class, (t_method)mtx_mean_matrix, gensym("matrix"), A_GIMME, 0); - class_sethelpsymbol(mtx_mean_class, gensym("iemmatrix/mtx_mean")); + } void iemtx_mean_setup(void) |