aboutsummaryrefslogtreecommitdiff
path: root/cyclone/hammer/Borax.c
diff options
context:
space:
mode:
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,