From 348c734ef0df9554484962cef07866ae356f6aa7 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 27 Sep 2011 03:26:20 +0000 Subject: 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 --- cyclone/hammer/Trough.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cyclone/hammer/Trough.c') diff --git a/cyclone/hammer/Trough.c b/cyclone/hammer/Trough.c index 4100688..75c4ebb 100644 --- a/cyclone/hammer/Trough.c +++ b/cyclone/hammer/Trough.c @@ -57,6 +57,7 @@ void Trough_setup(void) (t_newmethod)Trough_new, 0, sizeof(t_Trough), 0, 0); class_addcreator((t_newmethod)Trough_new, gensym("trough"), 0, 0); + class_addcreator((t_newmethod)Trough_new, gensym("cyclone/trough"), 0, 0); class_addbang(Trough_class, Trough_bang); class_addfloat(Trough_class, Trough_float); class_addmethod(Trough_class, (t_method)Trough_ft1, -- cgit v1.2.1