aboutsummaryrefslogtreecommitdiff
path: root/src/paramCustom.h
diff options
context:
space:
mode:
authorThomas O Fredericks <mrtof@users.sourceforge.net>2009-10-26 02:12:13 +0000
committerThomas O Fredericks <mrtof@users.sourceforge.net>2009-10-26 02:12:13 +0000
commitd6e37fa5490c8e3465eb4e92a0f9d9a60d3dbc4b (patch)
tree0cd2cff2368c88f9a16b0beaee43af2445743777 /src/paramCustom.h
parentb8cef69c5bd27cddfa93dd273bdafbee43579f91 (diff)
Updated help files
svn path=/trunk/externals/tof/; revision=12677
Diffstat (limited to 'src/paramCustom.h')
-rw-r--r--src/paramCustom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/paramCustom.h b/src/paramCustom.h
index 134782a..3d3f979 100644
--- a/src/paramCustom.h
+++ b/src/paramCustom.h
@@ -192,7 +192,7 @@ void paramCustom_setup(void)
//class_addmethod(param_class, (t_method)paramClass_loadbang, gensym("loadbang"), 0);
- paramCustom_receive_class = class_new(gensym("_paramCustom_receive"),
+ paramCustom_receive_class = class_new(gensym("paramCustom_receive"),
0, 0, sizeof(t_paramCustom_receive), CLASS_PD | CLASS_NOINLET, 0);
class_addanything(paramCustom_receive_class, paramCustom_receive_anything);