Closed
Bug 3379
Opened 26 years ago
Closed 25 years ago
[PP]inherited virtual function is hidden
Categories
(SeaMonkey :: Build Config, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
M5
People
(Reporter: Brade, Assigned: saari)
Details
[Please reassign or change component as appropriate]
From Macintosh compiler:
Warning : illegal const/volatile '&' reference initialization
nsMenuItem.cpp line 213 SetLabel(aLabel);
Assignee | ||
Comment 1•26 years ago
|
||
This isn't really a hidden inherited virtual, it just needs a const_cast. I'll
fix it in a sec
Updated•26 years ago
|
Component: Macintosh FE → Build Config
Product: MozillaClassic → Browser
Updated•26 years ago
|
Target Milestone: M3
Comment 2•26 years ago
|
||
Has this been done? targeting M3 cuz a sec is up...
Updated•26 years ago
|
Target Milestone: M4 → M5
Comment 4•26 years ago
|
||
moving to m5. I've spent a lot more than a sec just moving this stupid bug
around. Please resolve it somehow.
Summary: inherited virtual function is hidden → [PP]inherited virtual function is hidden
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•25 years ago
|
||
fixed
Never had this problem but haven't compiled in ~two weeks (and never compiled
that early in Moz dev. Verifying (someone can reopen if I'm wrong (which I'm
not)).
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•