summaryrefslogtreecommitdiffstats
path: root/mmss/config.hpp
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-07-27 23:38:38 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-07-27 23:38:38 +0200
commitaced19e374789be28eace052a4bf078afa41315f (patch)
tree56867460ddae82a04ec7f3c3b567d390e24d1de8 /mmss/config.hpp
parent0b696dafb3c8a6efebeaceab64fbdebdb399f7b4 (diff)
downloadgmrf-aced19e374789be28eace052a4bf078afa41315f.tar
gmrf-aced19e374789be28eace052a4bf078afa41315f.zip
More encapsulation
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;