Closed Bug 237067 Opened 20 years ago Closed 20 years ago

Solaris (forte) build is broken since nsTablePainter.h landing

Categories

(Core :: CSS Parsing and Computation, defect)

Sun
Solaris
defect
Not set
critical

Tracking

()

RESOLVED FIXED

People

(Reporter: yuanyi21, Assigned: fantasai.bugs)

Details

Attachments

(1 file)

when compiling nsCSSFrameConstructor.cpp, it says:

"./../../table/src/nsTablePainter.h", line 241: Error:
TableBackgroundPainter::TableBackgroundData is not accessible from
TableBackgroundPainter::ColData.
"./../../table/src/nsTablePainter.h", line 242: Error:
TableBackgroundPainter::TableBackgroundData is not accessible from
TableBackgroundPainter::ColData."
Kyle, does adding 

    struct ColData;
    friend struct ColData;

on line 240 of nsTablePainter.h help?

If not, does adding that and making TableBackgroundData protected instead of
private help?
Attached patch patchSplinter Review
yes, the first one helps.
checked in.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: