This commit is contained in:
Mats Palmgren 2012-12-10 18:40:01 +01:00
Родитель 3457aa9a60
Коммит f7634d3fe4
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -285,10 +285,10 @@ protected:
// when colspans were present).
nscoord mFinalWidth;
// the index of the column with respect to the whole tabble (starting at 0)
// the index of the column with respect to the whole table (starting at 0)
// it should never be smaller then the start column index of the parent
// colgroup
uint32_t mColIndex: 16;
uint32_t mColIndex;
// border width in pixels of the inner half of the border only
BCPixelSize mLeftBorderWidth;