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

r/sr/a=dbaron
Fix the bustage on Solaris.
This commit is contained in:
kyle.yuan%sun.com 2004-03-11 02:41:34 +00:00
Родитель bd1e342f9d
Коммит 79fc69cf20
2 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -237,6 +237,8 @@ class TableBackgroundPainter
nsStyleBorder* mSynthBorder;
};
struct ColData;
friend struct ColData;
struct ColData {
TableBackgroundData mCol;
TableBackgroundData* mColGroup; //link to col's parent colgroup's data (owned by painter)

Просмотреть файл

@ -237,6 +237,8 @@ class TableBackgroundPainter
nsStyleBorder* mSynthBorder;
};
struct ColData;
friend struct ColData;
struct ColData {
TableBackgroundData mCol;
TableBackgroundData* mColGroup; //link to col's parent colgroup's data (owned by painter)