Fix Mac build bustage by doing an explicit cast to an LO_Element *.
git-svn-id: svn://10.0.0.236/trunk@12684 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user