aboutsummaryrefslogtreecommitdiff
path: root/modules/pdp_fcqt.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pdp_fcqt.c')
-rw-r--r--modules/pdp_fcqt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pdp_fcqt.c b/modules/pdp_fcqt.c
index 69bdcb0..ceebf18 100644
--- a/modules/pdp_fcqt.c
+++ b/modules/pdp_fcqt.c
@@ -337,7 +337,7 @@ void pdp_fcqt_setup(void)
class_addfloat (pdp_fcqt_class, (t_method)pdp_fcqt_frame);
class_addmethod(pdp_fcqt_class, (t_method)pdp_fcqt_frame_cold, gensym("frame_cold"), A_FLOAT, A_NULL);
class_addmethod(pdp_fcqt_class, nullfn, gensym("signal"), 0);
- class_sethelpsymbol( pdp_fcqt_class, gensym("pdp_fcqt.pd") );
+
}