Fix Mac build bustage by doing an explicit cast to an LO_Element *.

This commit is contained in:
nisheeth%netscape.com 1998-10-13 08:05:10 +00:00
Родитель 0164442d13
Коммит f4591a1133
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1610,7 +1610,7 @@ lo_rl_FitLayer( lo_RelayoutState *relay_state, LO_Element *lo_ele )
/* There is nothing on the cell's line list to reflow. So, the float list should
also be null. The next element to be fitted is set to the end layer element. */
XP_ASSERT(cell->cell_float_list == NULL);
next = endLayer;
next = (LO_Element *) endLayer;
}
/* Since the elements inside the layer are going to be reflowed while state->layer_nest_level