From c1caad3e62a5621f03047ffe68d985bba94f3fcf Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sun, 2 Oct 2011 06:25:13 +0000 Subject: 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@9116 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Round_Clock.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FL/Fl_Round_Clock.H') diff --git a/FL/Fl_Round_Clock.H b/FL/Fl_Round_Clock.H index 07513dc27..ceb86d48d 100644 --- a/FL/Fl_Round_Clock.H +++ b/FL/Fl_Round_Clock.H @@ -28,8 +28,8 @@ class FL_EXPORT Fl_Round_Clock : public Fl_Clock { public: /** Creates the clock widget, setting his type and box. */ - Fl_Round_Clock(int x,int y,int w,int h, const char *l = 0) - : Fl_Clock(x,y,w,h,l) {type(FL_ROUND_CLOCK); box(FL_NO_BOX);} + Fl_Round_Clock(int X,int Y,int W,int H, const char *L = 0) + : Fl_Clock(X, Y, W, H, L) {type(FL_ROUND_CLOCK); box(FL_NO_BOX);} }; #endif -- cgit v1.2.3