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_Widget.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL/Fl_Widget.H') diff --git a/FL/Fl_Widget.H b/FL/Fl_Widget.H index 184420b9d..e765c3a9d 100644 --- a/FL/Fl_Widget.H +++ b/FL/Fl_Widget.H @@ -857,7 +857,7 @@ public: \param[in] w the possible parent widget. \see contains() */ - int inside(const Fl_Widget* w) const {return w ? w->contains(this) : 0;} + int inside(const Fl_Widget* wgt) const {return wgt ? wgt->contains(this) : 0;} /** Schedules the drawing of the widget. Marks the widget as needing its draw() routine called. -- cgit v1.2.3