diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2011-10-02 06:25:13 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2011-10-02 06:25:13 +0000 |
| commit | c1caad3e62a5621f03047ffe68d985bba94f3fcf (patch) | |
| tree | 446db7d138da12ada88ca31f4f7008d3bd5655ae /FL/x.H | |
| parent | e3b758c6f040946cdbdfe2473def2ce14f327873 (diff) | |
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
Diffstat (limited to 'FL/x.H')
| -rw-r--r-- | FL/x.H | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -165,7 +165,7 @@ public: extern FL_EXPORT char fl_override_redirect; // hack into Fl_X::make_xid() extern FL_EXPORT int fl_background_pixel; // hack into Fl_X::make_xid() -inline Window fl_xid(const Fl_Window* w) { Fl_X *temp = Fl_X::i(w); return temp ? temp->xid : 0; } +inline Window fl_xid(const Fl_Window* w) { Fl_X *xTemp = Fl_X::i(w); return xTemp ? xTemp->xid : 0; } #else |
