Closed
Bug 2715
Opened 26 years ago
Closed 26 years ago
warnings: hiding inherited virtual functions
Categories
(Core :: Layout, defect, P1)
Tracking
()
VERIFIED
FIXED
M5
People
(Reporter: Brade, Assigned: vidur)
Details
RickG--please reassign to the appropriate person(s).
Warning : 'nsIXMLContent::GetNameSpacePrefix(nsIAtom *&)const ' hides inherited
virtual function 'nsIContent::GetNameSpacePrefix(int, nsIAtom *&)'
nsIXMLContent.h line 44 };
Warning : 'nsContainerFrame::RemoveFrame(nsIFrame *)' hides inherited virtual
function 'nsFrame::RemoveFrame(nsIPresContext &, nsIPresShell &, nsIAtom *,
nsIFrame *)'
nsContainerFrame.h line 152 };
Warning : 'nsContainerFrame::RemoveFrame(nsIFrame *)' hides inherited virtual
function 'nsIFrame::RemoveFrame(nsIPresContext &, nsIPresShell &, nsIAtom *,
nsIFrame *)'
nsContainerFrame.h line 152 };
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 };
Vidur, just this part of the bug applies to you. The other two are contained in
new bugs: 2797 and 2798
Warning : 'nsIXMLContent::GetNameSpacePrefix(nsIAtom *&)const ' hides inherited
virtual function 'nsIContent::GetNameSpacePrefix(int, nsIAtom *&)'
nsIXMLContent.h line 44 };
Comment 4•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
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•26 years ago
|
||
Fixed this a while ago.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 6•26 years ago
|
||
Fixed in April 13th Build.
You need to log in
before you can comment on or make changes to this bug.
Description
•