fix init failed
This commit is contained in:
parent
34f14dc6bd
commit
f15f564b37
@ -19,7 +19,7 @@ GetTid()
|
||||
class Thread::Impl {
|
||||
public:
|
||||
Impl(const ThreadFunc &func, const std::string &thread_name)
|
||||
: thread_(nullptr),
|
||||
: thread_(),
|
||||
started_(false),
|
||||
joined_(false),
|
||||
thread_name_(thread_name),
|
||||
|
Loading…
Reference in New Issue
Block a user