summaryrefslogtreecommitdiffstats
path: root/mmss/config.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'mmss/config.hpp')
-rw-r--r--mmss/config.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mmss/config.hpp b/mmss/config.hpp
index 3f7f272..48f0634 100644
--- a/mmss/config.hpp
+++ b/mmss/config.hpp
@@ -34,7 +34,7 @@
namespace MMSS {
-class config_t {
+class config_t : public nocopy_t {
public:
std::list<std::shared_ptr<network_t>> network;
std::list<std::shared_ptr<node_t>> nodes;