summaryrefslogtreecommitdiff
path: root/FL/Fl_Widget.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Widget.H')
-rw-r--r--FL/Fl_Widget.H2
1 files changed, 1 insertions, 1 deletions
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.