summaryrefslogtreecommitdiff
path: root/content/handlers/html
diff options
context:
space:
mode:
Diffstat (limited to 'content/handlers/html')
-rw-r--r--content/handlers/html/layout.c2
1 files changed, 1 insertions, 1 deletions
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)