mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Remove XERO_ITER_ATTR
This commit is contained in:
@@ -132,7 +132,7 @@ void XMLWriter_File::ElementXMB(const XMBData& xmb, XMBElement el)
|
||||
{
|
||||
XMLWriter_Element writer(*this, xmb.GetElementString(el.GetNodeName()));
|
||||
|
||||
XERO_ITER_ATTR(el, attr)
|
||||
for (XMBAttribute attr : el.GetAttributes())
|
||||
writer.Attribute(xmb.GetAttributeString(attr.Name), attr.Value);
|
||||
|
||||
XERO_ITER_EL(el, child)
|
||||
|
||||
Reference in New Issue
Block a user