From aced19e374789be28eace052a4bf078afa41315f Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 27 Jul 2013 23:38:38 +0200 Subject: More encapsulation --- mmss/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mmss/config.hpp') 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> network; std::list> nodes; -- cgit v1.2.3