From da139c6a81c864094703a08b28e2eaec3f3de1e6 Mon Sep 17 00:00:00 2001 From: Sandu Liviu Catalin Date: Wed, 9 Mar 2022 22:37:06 +0200 Subject: [PATCH] Update XML.hpp --- module/Library/XML.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) {