Closed
Bug 38185
Opened 26 years ago
Closed 26 years ago
cast from const to non const in nsXULTemplateBuilder.cpp
Categories
(Core Graveyard :: RDF, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: tomi.leppikangas, Assigned: waterson)
Details
Attachments
(1 file)
|
838 bytes,
patch
|
Details | Diff | Splinter Review |
Solaris native compiler gives build error:
"../../../../rdf/content/src/nsXULTemplateBuilder.cpp", line 4672: Error:
Cannot cast away constness.
There is cast from const to non const. This line comes from watersons last
checkin to that file.
| Assignee | ||
Comment 1•26 years ago
|
||
| Assignee | ||
Comment 2•26 years ago
|
||
fix checked in, a=brade
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•