- Billy.. help!!! Your compiler stinks! (compiler fixes related to namespacing and xml)

This commit is contained in:
Mark Vejvoda
2010-10-06 22:49:13 +00:00
parent 72478c9f32
commit 284d3bdbbe
3 changed files with 20 additions and 21 deletions

View File

@@ -101,8 +101,8 @@ public:
~XmlNode();
const string &getName() const {return name;}
int getChildCount() const {return children.size();}
int getAttributeCount() const {return attributes.size();}
size_t getChildCount() const {return children.size();}
size_t getAttributeCount() const {return attributes.size();}
const string &getText() const {return text;}
XmlAttribute *getAttribute(int i) const;