Remove unused ctors. Fixes compilation with GCC 4.6.

This was SVN commit r16771.
This commit is contained in:
leper
2015-06-14 23:50:38 +00:00
parent 4af117434d
commit 68ea5f37f4
2 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -410,7 +410,7 @@ class CXMLReader
NONCOPYABLE(CXMLReader);
public:
CXMLReader(const VfsPath& xml_filename, CMapReader& mapReader)
: m_MapReader(mapReader)
: m_MapReader(mapReader), nodes(NULL, 0, NULL)
{
Init(xml_filename);
}