mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-25 16:12:38 +00:00
Remove unused ctors. Fixes compilation with GCC 4.6.
This was SVN commit r16771.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user