Order the initializers correctly.
This commit is contained in:
parent
1e86cae1d6
commit
3330752941
@ -218,8 +218,8 @@ void Notification::WaitForNotification() {
|
||||
}
|
||||
|
||||
Mutex::Mutex()
|
||||
: type_(kDynamic),
|
||||
owner_thread_id_(0),
|
||||
: owner_thread_id_(0),
|
||||
type_(kDynamic),
|
||||
critical_section_init_phase_(0),
|
||||
critical_section_(new CRITICAL_SECTION) {
|
||||
::InitializeCriticalSection(critical_section_);
|
||||
|
Loading…
Reference in New Issue
Block a user