diff options
Diffstat (limited to 'FL/Fl_Hor_Nice_Slider.H')
| -rw-r--r-- | FL/Fl_Hor_Nice_Slider.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_Hor_Nice_Slider.H b/FL/Fl_Hor_Nice_Slider.H index 2156e491c..64f810a54 100644 --- a/FL/Fl_Hor_Nice_Slider.H +++ b/FL/Fl_Hor_Nice_Slider.H @@ -26,8 +26,8 @@ class FL_EXPORT Fl_Hor_Nice_Slider : public Fl_Slider { public: - Fl_Hor_Nice_Slider(int x,int y,int w,int h,const char *l=0) - : Fl_Slider(x,y,w,h,l) {type(FL_HOR_NICE_SLIDER); box(FL_FLAT_BOX);} + Fl_Hor_Nice_Slider(int X,int Y,int W,int H,const char *L=0) + : Fl_Slider(X,Y,W,H,L) {type(FL_HOR_NICE_SLIDER); box(FL_FLAT_BOX);} }; #endif |
