summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/box.h')
-rw-r--r--render/box.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/box.h b/render/box.h
index 665565f2f..d1a1994f1 100644
--- a/render/box.h
+++ b/render/box.h
@@ -295,7 +295,7 @@ extern const char *TARGET_BLANK;
#define UNKNOWN_MAX_WIDTH INT_MAX
-struct box * box_create(css_computed_style *style,
+struct box * box_create(css_computed_style *style, bool style_owned,
char *href, const char *target, char *title,
char *id, void *context);
void box_add_child(struct box *parent, struct box *child);