From 42581e1719c55ea064f1f13c08a3e6caf410e220 Mon Sep 17 00:00:00 2001 From: hikerstk Date: Thu, 9 Sep 2010 00:29:28 +0000 Subject: [PATCH] Added more NoCopy. git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5932 178a84e3-b1eb-0310-8ba1-8eac791a3b58 --- src/graphics/smoke.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/graphics/smoke.hpp b/src/graphics/smoke.hpp index e7010818b..dcf30701a 100644 --- a/src/graphics/smoke.hpp +++ b/src/graphics/smoke.hpp @@ -20,6 +20,8 @@ #ifndef HEADER_SMOKE_HPP #define HEADER_SMOKE_HPP +#include "utils/no_copy.hpp" + #include "irrlicht.h" using namespace irr; @@ -29,7 +31,7 @@ class Kart; * \brief manages smoke particle effects * \ingroup graphics */ -class Smoke +class Smoke : public NoCopy { private: /** The kart to which this smoke belongs. */