aboutsummaryrefslogtreecommitdiff
path: root/gui/slider.c
diff options
context:
space:
mode:
Diffstat (limited to 'gui/slider.c')
-rwxr-xr-xgui/slider.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/slider.c b/gui/slider.c
index ecb3bf6..140f7c3 100755
--- a/gui/slider.c
+++ b/gui/slider.c
@@ -29,7 +29,7 @@ static void *slider_new(t_floatarg max, t_floatarg min, t_floatarg h)
{
t_fatom *x = (t_fatom *)pd_new(slider_class);
x->x_type = gensym("vslider");
- return fatom_new(x,max,min,h);
+ return fatom_new(x,max,min,h,&s_);
}