diff options
Diffstat (limited to 'modules/pdp_rev.c')
-rw-r--r-- | modules/pdp_rev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pdp_rev.c b/modules/pdp_rev.c index bfd78dc..6388669 100644 --- a/modules/pdp_rev.c +++ b/modules/pdp_rev.c @@ -253,7 +253,7 @@ void pdp_rev_setup(void) class_addmethod(pdp_rev_class, (t_method)pdp_rev_linespace, gensym("linespace"), A_FLOAT, A_NULL); class_addmethod(pdp_rev_class, (t_method)pdp_rev_vscale, gensym("vscale"), A_FLOAT, A_NULL); class_addmethod(pdp_rev_class, (t_method)pdp_rev_color, gensym("color"), A_FLOAT, A_NULL); - class_sethelpsymbol( pdp_rev_class, gensym("pdp_rev.pd") ); + } |