diff options
Diffstat (limited to 'modules/pdp_dilate.c')
-rw-r--r-- | modules/pdp_dilate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pdp_dilate.c b/modules/pdp_dilate.c index a93b51f..1b0140a 100644 --- a/modules/pdp_dilate.c +++ b/modules/pdp_dilate.c @@ -273,7 +273,7 @@ void pdp_dilate_setup(void) class_addmethod(pdp_dilate_class, (t_method)pdp_dilate_nbpasses, gensym("nbpasses"), A_FLOAT, A_NULL); class_addmethod(pdp_dilate_class, (t_method)pdp_dilate_kernelw, gensym("kernelw"), A_FLOAT, A_NULL); class_addmethod(pdp_dilate_class, (t_method)pdp_dilate_kernelh, gensym("kernelh"), A_FLOAT, A_NULL); - class_sethelpsymbol( pdp_dilate_class, gensym("pdp_dilate.pd") ); + } #ifdef __cplusplus |