vcpkg/ports/librsvg/fix-libxml2-2.13.5.patch
Don Olmstead 0e49ef48d4
[libxml2] Update to v2.13.5 (#42528)
Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
2024-12-12 15:24:27 -05:00

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)
{
}