summaryrefslogtreecommitdiffstats
path: root/mmss/node.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'mmss/node.hpp')
-rw-r--r--mmss/node.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mmss/node.hpp b/mmss/node.hpp
index 7daf57c..04b9ae7 100644
--- a/mmss/node.hpp
+++ b/mmss/node.hpp
@@ -36,7 +36,7 @@
namespace MMSS {
-class node_t : public ::gmrf, public std::enable_shared_from_this<node_t> {
+class node_t : public ::gmrf, public std::enable_shared_from_this<node_t>, public nocopy_t {
private:
node_t(node_t const&) = delete;
node_t& operator=(node_t const&) = delete;