aboutsummaryrefslogtreecommitdiff
path: root/cyclone/hammer/Borax.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-09-27 03:26:20 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-09-27 03:26:20 +0000
commit348c734ef0df9554484962cef07866ae356f6aa7 (patch)
treee6f7a42dc8a5e7866c7ada397f6e0a93f040fc6e /cyclone/hammer/Borax.c
parent856867b34d0037667064a7d4b192f7afbafe5dfc (diff)
used class_addcreator to declare cyclone/class names for the lowercase version otherwise we get the 1000 can't open error
svn path=/trunk/externals/miXed/; revision=15361
Diffstat (limited to 'cyclone/hammer/Borax.c')
-rw-r--r--cyclone/hammer/Borax.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cyclone/hammer/Borax.c b/cyclone/hammer/Borax.c
index 6f4e475..a773958 100644
--- a/cyclone/hammer/Borax.c
+++ b/cyclone/hammer/Borax.c
@@ -167,6 +167,7 @@ void Borax_setup(void)
(t_newmethod)Borax_new, 0,
sizeof(t_Borax), 0, 0);
class_addcreator((t_newmethod)Borax_new, gensym("borax"), 0, 0);
+ class_addcreator((t_newmethod)Borax_new, gensym("cyclone/borax"), 0, 0);
class_addfloat(Borax_class, Borax_float);
/* CHECKME list unfolding */
class_addmethod(Borax_class, (t_method)Borax_ft1,