fix compile
This commit is contained in:
@@ -44,7 +44,7 @@ public:
|
||||
XNodes m_childs; // child node
|
||||
XAttrs m_attrs; // attributes
|
||||
|
||||
void SetName( const RString &sName ) { m_Value.m_sName = sName; }
|
||||
void SetName( const RString &sName ) { m_sName = sName; }
|
||||
RString GetName() const { return m_sName; }
|
||||
RString GetValue() const { return m_sValue; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user