Move template parameter in Thread to a more logical scope location.

This commit is contained in:
Adam Ierymenko 2013-08-08 09:19:36 -04:00
parent 20f8668c28
commit 8a46452a70
10 changed files with 20 additions and 21 deletions

View file

@ -114,7 +114,7 @@ public:
private:
const RuntimeEnvironment *_r;
Thread<Service> _thread;
Thread _thread;
std::string _path;
std::string _name;
void *_arg;