summaryrefslogtreecommitdiff
path: root/includes/LuaTask.h
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2013-01-22 08:29:55 -0800
committerPixel <pixel@nobis-crew.org>2013-01-22 08:29:55 -0800
commitf40de21e5666be6fa456fedc60584bd672d12c44 (patch)
treeb80497de619e661e246725b1cebcd68533d4e237 /includes/LuaTask.h
parent107d87dc983f34e4ff23a4db188baa650ac51f98 (diff)
Removing some more cruft.
Diffstat (limited to 'includes/LuaTask.h')
-rw-r--r--includes/LuaTask.h3
1 files changed, 3 insertions, 0 deletions
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 {