diff options
| author | Greg Ercolano <erco@seriss.com> | 2011-10-04 16:42:53 +0000 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2011-10-04 16:42:53 +0000 |
| commit | 32cbe8ffb05ba34fff6c79ea042153edf81ccaf8 (patch) | |
| tree | 52991c285147164defb7f5d8e6ba6701a00d0475 /FL/Fl_Radio_Round_Button.H | |
| parent | 5e136f4c39a5966a171dab58277418ffd0694c82 (diff) | |
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
Diffstat (limited to 'FL/Fl_Radio_Round_Button.H')
| -rw-r--r-- | FL/Fl_Radio_Round_Button.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_Radio_Round_Button.H b/FL/Fl_Radio_Round_Button.H index 4fa8954b6..f1c47b187 100644 --- a/FL/Fl_Radio_Round_Button.H +++ b/FL/Fl_Radio_Round_Button.H @@ -26,8 +26,8 @@ class FL_EXPORT Fl_Radio_Round_Button : public Fl_Round_Button { public: - Fl_Radio_Round_Button(int x,int y,int w,int h,const char *l=0) - : Fl_Round_Button(x,y,w,h,l) {type(FL_RADIO_BUTTON);} + Fl_Radio_Round_Button(int X,int Y,int W,int H,const char *L=0) + : Fl_Round_Button(X,Y,W,H,L) {type(FL_RADIO_BUTTON);} }; #endif |
