From 0f9ef67add866aa8f2f570e18fcf0f86b296b591 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(-) (limited to 'content/handlers/html/layout.c') diff --git a/content/handlers/html/layout.c b/content/handlers/html/layout.c index f7653f96a..7d2739f74 100644 --- a/content/handlers/html/layout.c +++ b/content/handlers/html/layout.c @@ -1227,7 +1227,7 @@ static void layout_minmax_block( */ static void layout_handle_box_sizing( const nscss_len_ctx *len_ctx, - struct box *box, + const struct box *box, int available_width, bool setwidth, int *dimension) -- cgit v1.2.3