1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 00:37:15 +01:00

Update XML.hpp

This commit is contained in:
Sandu Liviu Catalin 2022-03-09 22:37:06 +02:00
parent 27521f209d
commit da139c6a81

View File

@ -1333,7 +1333,7 @@ public:
/* --------------------------------------------------------------------------------------------
* Retrieve attribute name.
*/
XmlAttribute SetName(StackStrF & name)
XmlAttribute & SetName(StackStrF & name)
{
if (!m_Attr.set_name(name.mPtr))
{