mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 08:47:17 +01:00
Update XML.hpp
This commit is contained in:
parent
27521f209d
commit
da139c6a81
@ -1333,7 +1333,7 @@ public:
|
|||||||
/* --------------------------------------------------------------------------------------------
|
/* --------------------------------------------------------------------------------------------
|
||||||
* Retrieve attribute name.
|
* Retrieve attribute name.
|
||||||
*/
|
*/
|
||||||
XmlAttribute SetName(StackStrF & name)
|
XmlAttribute & SetName(StackStrF & name)
|
||||||
{
|
{
|
||||||
if (!m_Attr.set_name(name.mPtr))
|
if (!m_Attr.set_name(name.mPtr))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user