From 8a46452a700fa5a8d6fc3bd9308bf483cd715de1 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Thu, 8 Aug 2013 09:19:36 -0400 Subject: Move template parameter in Thread to a more logical scope location. --- node/Service.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/Service.hpp') 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 _thread; + Thread _thread; std::string _path; std::string _name; void *_arg; -- cgit v1.2.3