Remove XERO_ITER_ATTR

This commit is contained in:
phosit
2026-09-07 18:06:58 +02:00
parent c69ded6f30
commit f8ea2c0d49
9 changed files with 84 additions and 91 deletions
+1 -1
View File
@@ -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)