summaryrefslogtreecommitdiffhomepage
path: root/src/script.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script.hpp')
-rw-r--r--src/script.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/script.hpp b/src/script.hpp
index bb403eda..c37cf448 100644
--- a/src/script.hpp
+++ b/src/script.hpp
@@ -39,6 +39,9 @@ class Script final
void _assert_state(script_lifecycle s, const char* file, int line);
public:
+ fm_DECLARE_DELETED_COPY_ASSIGNMENT(Script);
+ fm_DECLARE_DELETED_MOVE_ASSIGNMENT(Script);
+
Script();
~Script() noexcept;