summaryrefslogtreecommitdiff
path: root/content/handlers/html/layout.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/handlers/html/layout.c')
-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 7d2739f74..ab8c83afe 100644
--- a/content/handlers/html/layout.c
+++ b/content/handlers/html/layout.c
@@ -1278,7 +1278,7 @@ static void
layout_find_dimensions(const nscss_len_ctx *len_ctx,
int available_width,
int viewport_height,
- struct box *box,
+ const struct box *box,
const css_computed_style *style,
int *width,
int *height,