mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-29 11:41:36 +08:00
0e49ef48d4
Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
14 lines
317 B
Diff
14 lines
317 B
Diff
diff --git a/rsvg-css.c b/rsvg-css.c
|
|
index 5b359a206..4f59281b6 100644
|
|
--- a/rsvg-css.c
|
|
+++ b/rsvg-css.c
|
|
@@ -839,7 +839,7 @@ rsvg_css_parse_overflow (const char *str, gboolean * inherit)
|
|
}
|
|
|
|
static void
|
|
-rsvg_xml_noerror (void *data, xmlErrorPtr error)
|
|
+rsvg_xml_noerror (void *data, const xmlError *error)
|
|
{
|
|
}
|
|
|