From fc27316259ebfa1eaad2e55ad573a524bae9a7e2 Mon Sep 17 00:00:00 2001 From: "nisheeth%netscape.com" Date: Tue, 13 Oct 1998 08:05:10 +0000 Subject: [PATCH] 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 --- mozilla/lib/layout/layrelay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/lib/layout/layrelay.c b/mozilla/lib/layout/layrelay.c index 239e94296a1..97b111b1042 100644 --- a/mozilla/lib/layout/layrelay.c +++ b/mozilla/lib/layout/layrelay.c @@ -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