summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ingen/Module.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ingen/Module.hpp b/ingen/Module.hpp
index e1884074..d0065efc 100644
--- a/ingen/Module.hpp
+++ b/ingen/Module.hpp
@@ -47,8 +47,8 @@ public:
Glib::Module* library;
private:
- Module(const Module& noncopyable);
- Module& operator=(const Module& noncopyable);
+ Module(const Module& noncopyable) = delete;
+ Module& operator=(const Module& noncopyable) = delete;
};
} // namespace Ingen