summaryrefslogtreecommitdiffstats
path: root/src/PatchageModule.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/PatchageModule.hpp')
-rw-r--r--src/PatchageModule.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/PatchageModule.hpp b/src/PatchageModule.hpp
index 249f0ce..aa25546 100644
--- a/src/PatchageModule.hpp
+++ b/src/PatchageModule.hpp
@@ -41,6 +41,12 @@ public:
double x = 0,
double y = 0);
+ PatchageModule(const PatchageModule&) = delete;
+ PatchageModule& operator=(const PatchageModule&) = delete;
+
+ PatchageModule(PatchageModule&&) = delete;
+ PatchageModule& operator=(PatchageModule&&) = delete;
+
~PatchageModule() override;
void split();