mirror of
https://github.com/glest/glest-source.git
synced 2025-08-19 06:31:19 +02:00
- Billy.. help!!! Your compiler stinks! (compiler fixes related to namespacing and xml)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user