From ae57029f832f4e144ecc24145d5611ea2e6eae11 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 28 Dec 2019 14:13:39 +0000 Subject: layout: Constify box through layout_handle_box_sizing() --- content/handlers/html/layout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/handlers/html/layout.c b/content/handlers/html/layout.c index fb4010d0e..442ced6c4 100644 --- a/content/handlers/html/layout.c +++ b/content/handlers/html/layout.c @@ -1242,7 +1242,7 @@ static void layout_minmax_block( */ static void layout_handle_box_sizing( const css_unit_ctx *unit_len_ctx, - struct box *box, + const struct box *box, int available_width, bool setwidth, int *dimension) -- cgit v1.2.3