summaryrefslogtreecommitdiff
path: root/node/Service.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'node/Service.hpp')
-rw-r--r--node/Service.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Service.hpp b/node/Service.hpp
index 6d12cffc..f0e7be54 100644
--- a/node/Service.hpp
+++ b/node/Service.hpp
@@ -99,7 +99,7 @@ public:
throw();
private:
- const RuntimeEnvironment *_r;
+ const RuntimeEnvironment *RR;
Thread _thread;