Added leak checking to items.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11497 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2012-08-09 05:58:56 +00:00
parent 08efb945f2
commit 98c5a5aba9

View File

@ -30,6 +30,7 @@ namespace irr
}
using namespace irr;
#include "utils/leak_check.hpp"
#include "utils/no_copy.hpp"
#include "utils/vec3.hpp"
@ -79,6 +80,8 @@ public:
};
private:
LEAK_CHECK();
/** Item type. */
ItemType m_type;