diff --git a/module/Library/XML.hpp b/module/Library/XML.hpp index ca7c96cd..752e9afa 100644 --- a/module/Library/XML.hpp +++ b/module/Library/XML.hpp @@ -1333,7 +1333,7 @@ public: /* -------------------------------------------------------------------------------------------- * Retrieve attribute name. */ - XmlAttribute SetName(StackStrF & name) + XmlAttribute & SetName(StackStrF & name) { if (!m_Attr.set_name(name.mPtr)) {