Opened 16 years ago
Closed 15 years ago
#5291 closed defect (fixed)
function parameters hidden by function declarations in libmythui
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | trivial | Milestone: | unknown |
Component: | mythtv | Version: | head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
MythOpenGLPainter::BindTextureFromCache? hides the parameter im by declaring it again in an if clause.
Attachments (1)
Change History (2)
Changed 16 years ago by
comment:1 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [17534]) Fixes #5293. Fixes #5291. Renames some variables to avoid aliasing with the method param names.