diff options
Diffstat (limited to 'node/RuntimeEnvironment.hpp')
| -rw-r--r-- | node/RuntimeEnvironment.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/RuntimeEnvironment.hpp b/node/RuntimeEnvironment.hpp index c15551d0..4be4f367 100644 --- a/node/RuntimeEnvironment.hpp +++ b/node/RuntimeEnvironment.hpp @@ -64,9 +64,9 @@ public: shutdownInProgress(false), log((Logger *)0), prng((CMWC4096 *)0), - demarc((Demarc *)0), multicaster((Multicaster *)0), sw((Switch *)0), + demarc((Demarc *)0), topology((Topology *)0), sysEnv((SysEnv *)0), nc((NodeConfig *)0) |
