summaryrefslogtreecommitdiff
path: root/includes/LuaTask.h
diff options
context:
space:
mode:
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 {