mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-21 00:23:05 +00:00
Move template parameter in Thread to a more logical scope location.
This commit is contained in:
@ -114,7 +114,7 @@ public:
|
||||
|
||||
private:
|
||||
const RuntimeEnvironment *_r;
|
||||
Thread<Service> _thread;
|
||||
Thread _thread;
|
||||
std::string _path;
|
||||
std::string _name;
|
||||
void *_arg;
|
||||
|
Reference in New Issue
Block a user