Compile fixes for windows(?)

This commit is contained in:
Aleric Inglewood
2013-11-07 01:44:57 +01:00
parent 254396596c
commit ee1ca0ed99
4 changed files with 8 additions and 1 deletions

View File

@@ -175,6 +175,7 @@ class AIXMLElementParser
protected:
// Used by AIXMLParser, which initializes mNode directly.
AIXMLElementParser(std::string const& filename, std::string const& file_desc, U32 version) : mVersion(version), mFilename(filename), mFileDesc(file_desc) { }
virtual ~AIXMLElementParser() { }
// Used for error reporting.
virtual std::string node_name(void) const { return "node '" + mNode->getName() + "'"; }