aboutsummaryrefslogtreecommitdiff
path: root/vector0x2a.c
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2012-12-19 08:28:08 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2012-12-19 08:28:08 +0000
commitab177131c123c6283b2e0a4215603d3de07a8b6e (patch)
treeb8d09f722e68539e39d0da862c3361fad064b94b /vector0x2a.c
parentfc2cb38d3f3baee707e096bde9116dc2967a0814 (diff)
use hex-escaped helpsymbolsHEADsvn2git-headexternals/markex
so helppatches can be found on the filesystem svn path=/trunk/externals/markex/; revision=16702
Diffstat (limited to 'vector0x2a.c')
-rw-r--r--vector0x2a.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/vector0x2a.c b/vector0x2a.c
index 3b279cd..32fcf0e 100644
--- a/vector0x2a.c
+++ b/vector0x2a.c
@@ -55,6 +55,8 @@ static void vectorMult_setup(void)
class_addcreator((t_newmethod)vectorMult_new, gensym("v*"), A_DEFFLOAT, 0);
class_addmethod(vectorMult_class, (t_method)doVectorMult,
&s_list, A_GIMME, A_NULL);
+
+ class_sethelpsymbol(vectorMult_class, gensym("vector0x2a"));
}
void setup_vector0x2a(void){