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 0b00d81d..d8467cd1 100644
--- a/node/Service.hpp
+++ b/node/Service.hpp
@@ -114,7 +114,7 @@ public:
private:
const RuntimeEnvironment *_r;
- Thread<Service> _thread;
+ Thread _thread;
std::string _path;
std::string _name;
void *_arg;