mirror of
https://github.com/reactos/wine.git
synced 2025-01-23 04:15:48 +00:00
1c49bc83ae
attach_xmlnode is only used to attach XML document nodes, and a cast is needed on each call. Rename it to attach_xmldoc, change the parameter type to move the cast at one point into the function.