diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-12-02 04:35:44 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-12-02 04:35:44 +0000 |
commit | c97887afb172abbfca8d4d968e8b3d947f747335 (patch) | |
tree | c7d2301e186b0c491aded4bedd58eacd34b1400a | |
parent | 12dfd2b6e5510d1336df243ad72bbf06f8327892 (diff) |
changed its class name back to prepend so it'll work in the namespace
svn path=/trunk/externals/cxc/; revision=4102
-rw-r--r-- | prepend.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -111,7 +111,7 @@ static void prepend_set(t_prepend *x, t_symbol *s) void prepend_setup(void) { - prepend_class = class_new(gensym("cxc_prepend"), (t_newmethod)prepend_new, 0, + prepend_class = class_new(gensym("prepend"), (t_newmethod)prepend_new, 0, sizeof(t_prepend), 0,A_DEFSYM,NULL); class_addlist(prepend_class, prepend_list); class_addanything(prepend_class,prepend_anything); |