From f40de21e5666be6fa456fedc60584bd672d12c44 Mon Sep 17 00:00:00 2001 From: Pixel Date: Tue, 22 Jan 2013 08:29:55 -0800 Subject: Removing some more cruft. --- includes/LuaTask.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'includes/LuaTask.h') diff --git a/includes/LuaTask.h b/includes/LuaTask.h index 9c495e8..50226cd 100644 --- a/includes/LuaTask.h +++ b/includes/LuaTask.h @@ -24,6 +24,9 @@ class LuaExecCell { bool m_detached = false; bool m_gotError = false; friend class LuaTask; + + LuaExecCell(const LuaExecCell &) = delete; + LuaExecCell & operator=(const LuaExecCell &) = delete; }; class LuaExecString : public LuaExecCell { -- cgit v1.2.3