summaryrefslogtreecommitdiff
path: root/FL/Fl_Fill_Slider.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Fill_Slider.H')
-rw-r--r--FL/Fl_Fill_Slider.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_Fill_Slider.H b/FL/Fl_Fill_Slider.H
index 295d6e062..61841f07b 100644
--- a/FL/Fl_Fill_Slider.H
+++ b/FL/Fl_Fill_Slider.H
@@ -27,8 +27,8 @@
class FL_EXPORT Fl_Fill_Slider : public Fl_Slider {
public:
/** Creates the slider from its position,size and optional title. */
- Fl_Fill_Slider(int x,int y,int w,int h,const char *l=0)
- : Fl_Slider(x,y,w,h,l) {type(FL_VERT_FILL_SLIDER);}
+ Fl_Fill_Slider(int X,int Y,int W,int H,const char *L=0)
+ : Fl_Slider(X,Y,W,H,L) {type(FL_VERT_FILL_SLIDER);}
};
#endif