Closed
Bug 3376
Opened 26 years ago
Closed 26 years ago
inherited virtual function is hidden
Categories
(Core :: XML, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: Brade, Assigned: vidur)
Details
[please reassign as appropriate]
From the Macintosh compiler:
Warning : 'nsIXMLContent::GetNameSpacePrefix(nsIAtom *&)const ' hides inherited
virtual function 'nsIContent::GetNameSpacePrefix(int, nsIAtom *&)'
nsIXMLContent.h line 44 };
Reporter | ||
Updated•26 years ago
|
Assignee: guha → vidur
Reporter | ||
Comment 1•26 years ago
|
||
Reassign to vidur (please further reassign as necessary)
Updated•26 years ago
|
QA Contact: 3849
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
Comment 3•26 years ago
|
||
folks, I'm going to need developer assistance on verifying this bug. Vidur (or
whoever fixes this) please note when you checked in the fix and please note how
you self-tested the fix, we will mark as verified per your self test.
Assignee | ||
Comment 4•26 years ago
|
||
I'll change the name of one of the methods, but I'm not sure why this is a
problem. Since the methods have different signatures, it seems to me that there
shouldn't be a problem - C++ allows method overloading. Again, this kind of
overloading isn't very COM-friendly, so I'm happy to change it and close &
verify the bug when I do. Kathy, any idea why this is a problem for the MW
compiler?
Comment 5•26 years ago
|
||
Vidur - that would be great if you could mark it as such when you are complete.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Assignee | ||
Comment 6•26 years ago
|
||
Made the change on 3/19. The name of the nsIContent method is now
GetNameSpacePrefixFromId.
Updated•25 years ago
|
QA Contact: beppe → chrisd
You need to log in
before you can comment on or make changes to this bug.
Description
•