diff --git a/stepmania/src/XmlFile.h b/stepmania/src/XmlFile.h index 22af3794bd..66f89d0344 100644 --- a/stepmania/src/XmlFile.h +++ b/stepmania/src/XmlFile.h @@ -44,6 +44,7 @@ public: XNodes m_childs; // child node XAttrs m_attrs; // attributes + void SetName( const RString &sName ) { m_Value.m_sName = sName; } RString GetName() const { return m_sName; } RString GetValue() const { return m_sValue; }