diff options
Diffstat (limited to 'node/Service.hpp')
-rw-r--r-- | node/Service.hpp | 2 |
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; |