fix compile

This commit is contained in:
Glenn Maynard
2006-10-02 22:42:24 +00:00
parent 4b26a19205
commit 4d2feecc35
+1 -1
View File
@@ -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; }