From 32cbe8ffb05ba34fff6c79ea042153edf81ccaf8 Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Tue, 4 Oct 2011 16:42:53 +0000 Subject: More fixes for STR#2714: remove lint (variables that have the same name as a function in the same scope). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9127 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Hor_Fill_Slider.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FL/Fl_Hor_Fill_Slider.H') diff --git a/FL/Fl_Hor_Fill_Slider.H b/FL/Fl_Hor_Fill_Slider.H index c2347cd03..323b53c59 100644 --- a/FL/Fl_Hor_Fill_Slider.H +++ b/FL/Fl_Hor_Fill_Slider.H @@ -26,8 +26,8 @@ class FL_EXPORT Fl_Hor_Fill_Slider : public Fl_Slider { public: - Fl_Hor_Fill_Slider(int x,int y,int w,int h,const char *l=0) - : Fl_Slider(x,y,w,h,l) {type(FL_HOR_FILL_SLIDER);} + Fl_Hor_Fill_Slider(int X,int Y,int W,int H,const char *L=0) + : Fl_Slider(X,Y,W,H,L) {type(FL_HOR_FILL_SLIDER);} }; #endif -- cgit v1.2.3