Added leak checking.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9979 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
13a036893e
commit
76df1fa694
@ -32,6 +32,7 @@
|
||||
#include <path.h>
|
||||
using namespace irr;
|
||||
|
||||
#include "utils/leak_check.hpp"
|
||||
#include "utils/no_copy.hpp"
|
||||
#include "utils/time.hpp"
|
||||
|
||||
@ -56,6 +57,7 @@ private:
|
||||
std::string m_file_name;
|
||||
|
||||
public:
|
||||
LEAK_CHECK();
|
||||
XMLNode(io::IXMLReader *xml);
|
||||
|
||||
/** \throw runtime_error if the file is not found */
|
||||
|
Loading…
Reference in New Issue
Block a user