Closed
Bug 2797
Opened 26 years ago
Closed 25 years ago
warnings: hiding inherited virtual functions
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
FIXED
M6
People
(Reporter: troy, Assigned: kmcclusk)
Details
Split out as a separate bug. See original bug #2715 for more details
Warning : 'nsListControlFrame::GetSize(int *)const ' hides inherited virtual
function 'nsFrame::GetSize(nsSize &)const '
nsListControlFrame.h line 302 };
Warning : 'nsListControlFrame::GetSize(int *)const ' hides inherited virtual
function 'nsIFrame::GetSize(nsSize &)const '
nsListControlFrame.h line 302 };
Summary: warnings: hiding inherited virtual functions
Comment 2•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Updated•26 years ago
|
Assignee: rods → kmcclusk
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•26 years ago
|
Target Milestone: M4 → M5
Assignee | ||
Updated•26 years ago
|
Target Milestone: M5 → M6
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•25 years ago
|
||
Fixed in 5-10-99 build. GetSize was removed from nsListControlFrame. It is no
longer needed.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•25 years ago
|
||
Fixed in the 5/17 build.
You need to log in
before you can comment on or make changes to this bug.
Description
•